On Mon, Apr 7, 2008 at 3:09 PM, Marc Guillemot <[EMAIL PROTECTED]> wrote:
> > 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 Thanks. > > 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? ;-) I know that, but I don't like Groovy, so I prefer to stay away from it. However, that's just my word ;) I'll keep you informed about my work. Thanks, Cheers, Sergio B. -- Sergio Bossa Software Design Passionate, Java Technologies Specialist and Open Source Enthusiast. Blog : http://sbtourist.blogspot.com Sourcesense - making sense of Open Source : http://www.sourcesense.com Pro-netics s.p.a. : http://www.pronetics.it _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

