I'm currently working on a similar tool for my project. Namely to re-use many webtests to perform load testing. Rather than using JMeter I have gone with The Grinder 3 due to it's use of jython. I've written a short python script to call Ant to run my webtests. I'd say I am not at demonstration stage yet but I believe I've proved the concept as practical.
I'll post my findings further on once I am happy with everything. Cheers, John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Guillemot Sent: Monday, 7 April 2008 7:17 PM To: [email protected] Subject: Re: [Webtest] Turning WebTest tests into concurrent load tests. Sergio Bossa wrote: > ... > I would do the following: > 1) Add load testing capabilities to WebTest, in order to be able to > concurrently test your web application. > 2) Integrate WebTest and JMeter, in order to use JMeter reporting > capabilities for WebTest tests. JMeter's features are not limited to reporting ;-) For instance it is important to be able to use many computers to simulate high charge and JMeter can do that. > What do you think? Seems good, but rather (1) + (2) than first (1) and then (2) ;-) Let me know if you need improvements in WebTest to make this integration easier. Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest ----------------------------------------------------------------------------------- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities "Suncorp". Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 55 or at suncorp.com.au. The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system. If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

