[Webtest] ANT parallel Task
Dierk Koenig
webtest@lists.canoo.com
Fri, 14 Feb 2003 19:47:37 +0100
Yes, you can append the created xml reports, see doc/samples/Appender
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of David Escala
> Sent: Freitag, 14. Februar 2003 18:46
> To: webtest@gate.canoo.com
> Subject: Re: [Webtest] ANT parallel Task
>
>
> hi,
>
> in your approach, can you afterward aggregate the test results in
> a single
> report?
>
> we have a suite with 11 testspecs amd 600 single steps, lasting about ten
> minutes, and it's growing fast! any possibility of webtest automatically
> distributing testspecs in a given number of threads? would it be
> difficult? i
> imagine it as a kind of test-load-balancing feature.
>
> thanks,
>
> david
>
> On Friday 14 February 2003 14:06, Dierk Koenig wrote:
> > 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
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
>
> --
> David Escala
> Comunitel Fonocom
> Tel: +34 935100632
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>