Is webtest really the best tool for this job? Have you considered something like Apache JMeter (http://jakarta.apache.org/jmeter/) which is more suited to load and stress testing.


Willi Kuhnis wrote:
Hi,
I want to make a stress test.
I think, I could use parallel for this reason.
But now I didnt find out a constellation, which works.
When I use the <Parallel>-function inside the <Webtest>,
then I get a error-message.
Did somebody use it ?
I tried it now on many different ways - without success.
Also the following configuration dont work:
<project name="ABC" default="test">
   <target name="test">
           <parallel>
                <webtest name="Test 1">
                      ... do someting
                </webtest>
                <webtest name="Test 2">
                      ... do someting
                </webtest>
       </parallel>
   </target>
</project>
Thanks for any tips.
--
Willi Kuhnis
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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

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

Reply via email to