Hi, WebTest itself is not really intended for load testing, at least not alone (I'm working on some JMeter integration).
Nevertheless the requirements in your case seem to be quite simple. What about using a <for> loop (from the antlib extension) containing your <webtest> and using -Dwt.parallel.nbWorkers=24? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Diana Huang (AU) wrote: > Hi Marc, > > Thanks for your email. > > Repeat only can meet a part of my requirement. What I really want to do is to > trigger 24 concurrent tests and then repeat the previous test again and again > (loop it for a load & volume test). > >>From your previous email, I can use "ant -Dwt.parallel.nbWorkers=24" to >>implement concurrent tests. And using repeat to achieve a loop. However how >>can I combine these two together? > > e.g. > <repeat count="10"> > Trigger 24 concurrent tests > </repeat> > > Thanks, > > Diana > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Guillemot > Sent: Monday, 21 July 2008 11:08 PM > To: [email protected] > Subject: Re: [Webtest] Ant Contrib > > repeat? > > http://webtest.canoo.com/webtest/manual/repeat.html > > Nevertheless you can surely use your Ant lib as well. > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > Diana Huang (AU) wrote: >> Or any way to loop the same test steps? >> >> >> >> Diana Huang >> >> >> >> CIS-DIDATA >> >> P: 0396264247 >> >> M: 0417468079 >> >> E: [EMAIL PROTECTED] >> >> >> >> >> >> >> >> ****************************************************************************** >> >> - NOTICE FROM DIMENSION DATA AUSTRALIA >> >> This message is confidential, and may contain proprietary or legally >> privileged information. If you have received this email in error, please >> notify the sender and delete it immediately. >> >> >> >> Internet communications are not secure. You should scan this message and >> any attachments for viruses. Under no circumstances do we accept >> liability for any loss or damage which may result from your receipt of >> this message or any attachments. >> >> ****************************************************************************** >> > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

