[Webtest] load tests with WebTest
Torben Tretau
webtest@lists.canoo.com
Mon, 13 Jan 2003 15:37:17 +0100
Hi,
> However, I would like to use it not only to test my web pages
> functionally, but also with respect to throughput and behavior under
> load. I am therefore thinking of an extension that would allow me to
> specify the number of concurrent sessions to create, and some
> load/throughput-based reporting features.
One solution could be to simulate load with JMeter and test in parallel
with Webtest.. I sometimes patched my Webtest so a timeout could
be added for each task to be fulfilled.. But I have not tried the solution
with JMeter..
Torben