[Webtest] continue but don't abort
Dierk Koenig
webtest@lists.canoo.com
Fri, 12 Sep 2003 11:28:29 +0200
look into http://webtest.canoo.com/webtest/manual/syntax.html#2
start your test with following entries in the config step:
haltonfailure = false
verbose = true
maybe even
summary= false
if you don't need the summary file.
this will run your tests with appropriate messages
sent to stdout.
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of linux guy
> Sent: Freitag, 12. September 2003 7:42
> To: webtest@lists.canoo.com
> Subject: [Webtest] continue but don't abort
>
>
> I simply use invoke with repeat to test our web server
> when one invoke fails,the ant will stop working and
> give a error prompt,so how can I get webtest work like
> this during repeat:
> if one invoke successes,webtest print one line such as "ok"
> if one invoke fails,webtest print one line such as "fail"
>
> how can I implement this?
>
> --
> ______________________________________________
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>
>