[Webtest] Groovy error when executing test in parallel mode
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Mon, 07 Apr 2008 15:09:02 +0200
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