[Webtest] ANT parallel Task
Dierk Koenig
webtest@lists.canoo.com
Fri, 14 Feb 2003 14:06:58 +0100
>From the usage concept of WebTest there should be no restrictions concerning
use of the parallel task. I would not expect multithreading issues for
example.
If you want to go the totally safe way, you can separate you tests into 2
suites and
call them via 2 separate ant invocations. In this case the tests clients run
in
two separate VM's.
This works, if your webapp is designed to handle more than one user :-)
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Ruff Stefan
> Sent: Freitag, 14. Februar 2003 10:19
> To: 'webtest@lists.canoo.com'
> Subject: [Webtest] ANT parallel Task
>
>
> Hi all,
>
> we are using WebTest in a big Application (over 100 screens). One
> test takes about 3 minutes to run through the application. To run
> all our tests it takes more then 30 minutes.
> We want to reduce this time. Is it the right way to use ANT's
> parallel Task ?
>
> We tried it out and it seems to work ! Is it luck that the
> WebTest report.xml was written correctly ?
>
> Has someone experience with ANT parallel task and WebTest ?
> thanks and regards
> stefan, oli
>
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>