Hello Roman,

thanks for your quick reply. But when I do it like you described it, I will
launch all my tests parallel. I don't want that, because some suite can't
run parallel. The question that I have is: how can I specify which suites
run parallel and which not?


Hesteric Roman - Together SK wrote:
> 
> Hi Stefan,
> 
> --AllTest.xml--
> <?xml version="1.0"?>
> <project default="test">
>       <target name="test" description="runs all the tests">
>                 <ant antfile="googleWebTest.xml" />
>                 <ant antfile="googleWebTestSteps.xml" />
>                 <ant antfile="googleWebTest.xml" />
>                 <ant antfile="webTestConference.xml" />
>                 <ant antfile="googleWebTestSteps.xml" />
>                 <ant antfile="googleWebTest.xml" />
>       </target>
> </project>
> 
> 
> Then:  ant -Dwt.parallel.nbWorkers=6
> 
> 
> Here you can find some more info about parallel testing:
> 
> http://mguillem.wordpress.com/2008/02/04/boost-your-webtests-50-faster-o
> r-more/
> 
> Cheers,
> Roman.
> 
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Stefan Seger
> Sent: Thursday, October 21, 2010 1:35 PM
> To: [email protected]
> Subject: [Webtest] How to use parallel testing?
> 
> 
> Hello,
> 
> I've read about the "unreleased" feature of parallel testing with Canoo
> webtest. But I didn't find any information on how it works exactly.
> 
> I have a "TestSuite.xml" file in which I have listed all my special
> testsuites. This way, I can enable/disable different testsuites. I can
> do
> this again in the special testsuites.
> 
> For example, I only want my init tests and from these tests only the
> user
> creation in our application.
> 
> How can I define which testsuites or which tests should run parallel?
> There
> are many test cases that have dependencies to other. So they MUST run
> sequentially.
> 
> It would be great to use this feature for some of my tests, because they
> run
> about 4 hours.
> 
> BR,
> Stefan
> -- 
> View this message in context:
> http://old.nabble.com/How-to-use-parallel-testing--tp30018569p30018569.h
> tml
> Sent from the WebTest mailing list archive at Nabble.com.
> 
> _______________________________________________
> WebTest mailing list
> [email protected]
> http://lists.canoo.com/mailman/listinfo/webtest
> _______________________________________________
> WebTest mailing list
> [email protected]
> http://lists.canoo.com/mailman/listinfo/webtest
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-use-parallel-testing--tp30018569p30018752.html
Sent from the WebTest mailing list archive at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to