Sergio Bossa wrote: > ... > Thanks for your quick fix! > Now I'm able to run my test in parallel mode, but I have some questions: > 1) How to run several times the *same* test? Is this currently > supported, or do I have to make some changes?
<ant antfile="myTest.xml"/> <ant antfile="myTest.xml"/> <ant antfile="myTest.xml"/> <ant antfile="myTest.xml"/> <ant antfile="myTest.xml"/> ;-) or a small Groovy script to build a loop > 2) Just curiosity: why did you write the whole parallel execution > stuff in groovy, rather than in Java? faster to develop If you're a Java developer, you're already a Groovy developer, didn't you know? ;-) Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

