4 messages in com.canoo.lists.webtestRE: [Webtest] ANT parallel Task
FromSent OnAttachments
Ruff Stefan14 Feb 2003 01:18 
Dierk Koenig14 Feb 2003 05:06 
David Escala14 Feb 2003 09:45 
Dierk Koenig14 Feb 2003 10:47 
Subject:RE: [Webtest] ANT parallel Task
From:Dierk Koenig (dier@canoo.com)
Date:02/14/2003 05:06:36 AM
List:com.canoo.lists.webtest

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: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Ruff Stefan Sent: Freitag, 14. Februar 2003 10:19 To: 'webt@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