WebTest/HtmlUnit integration with JMeter started
May 23, 2008 at 12:46 pm (HtmlUnit, Test Automation, WebTest)
Tags: JMeter, sampler, WebTest
May 23, 2008 at 12:46 pm (HtmlUnit, Test Automation, WebTest)
Tags: JMeter, sampler, WebTest
tomkane said,
May 23, 2008 at 3:49 pm
We just started using WebTest and JMeter where I work. My coworker Nate wondered today if they were integrated and then he found this blog entry. We’re looking forward to seeing this!
Gopal said,
October 20, 2008 at 8:22 pm
I am looking forward for the release of this tool!
Marc Guillemot said,
October 21, 2008 at 8:35 am
@Gopal: this may take some time as I’m not currently involved in a project where I need it ;-(
Stefan said,
May 4, 2009 at 6:40 am
Hi,
this is exactly what I’m searching for. I guess you aren’t still involved in a project needing it, but could you just describe how you intended to integrate WebTest in JMeter? Are there any starting points? Which sampler, etc …
In my opinion there is a big need for a combination of HtmlUnit, WebTest (as a convenient way writing tests or recording with WebTest Recorder for non-developer people) respectively and JMeter. It’s absolutely necessary to have an “browser” with a JS engine, for load testing as well as for functional testing. Imagine you have to test say a MyFaces webapplication where JS statements like “form.hiddenField.value=’link1′” and “form.submit()” are included in “” what would you do otherwise?
Cu, Stefan
Stefan said,
May 4, 2009 at 6:44 am
Oh, sorry HTML injecting this page. That was not my intention.
The last sentence should be:
Imagine you have to test say a MyFaces webapplication where JS statements like “form.hiddenField.value=’link1′” and “form.submit()” are included in “<a href=’#’ onclick=’…’ />” what would you do otherwise?
Marc Guillemot said,
May 25, 2009 at 2:10 pm
Hi Stefan,
my idea was to make a WebTest sampler contain one or more <webest> elements. I started working with test suites in XML format but perhaps does it make more sense to consider only tests written in Groovy format.
Chand said,
May 25, 2009 at 9:57 am
Dear Marc :
I cannot see this screen [ WebTest Sampler ] in my version of JMeter.
Which version does contain WebTest Sampler.
Is the code in the development version of Jmeter . What would be place to download the same.
Thanks in advance.
Marc Guillemot said,
May 25, 2009 at 2:06 pm
Chand,
there is no WebTest Sampler integrated in JMeter. The screenshot has been made on my machine with the first experiments I made to integrate WebTest with JMeter. Sadly I haven’t had the time to continue to work seriously on this integration.