Hi,

just for info: WebTest's distribution will soon (*) contain a feature to allow to run tests in parallel just by setting a property defining the number of worker threads... according that you use the features of webtest.xml.

(*) In fact this already works for one of my clients but I haven't found enough free time until now to finish the adaptation and make it more generic.

Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com


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

Reply via email to