6 messages in com.canoo.lists.webtestRE: [Webtest] newbies question-how ca...| From | Sent On | Attachments |
|---|---|---|
| linux guy | 22 Aug 2003 00:13 | |
| Dierk Koenig | 22 Aug 2003 01:29 | |
| linux guy | 22 Aug 2003 01:59 | |
| Dierk Koenig | 22 Aug 2003 02:40 | |
| linux guy | 24 Aug 2003 20:44 | |
| Dierk Koenig | 27 Aug 2003 04:20 | .class, .java |
| Subject: | RE: [Webtest] newbies question-how can I implement this![]() |
|---|---|
| From: | Dierk Koenig (dier...@canoo.com) |
| Date: | 08/22/2003 02:40:06 AM |
| List: | com.canoo.lists.webtest |
you best look into http://webtest.canoo.com/webtest/api/com/canoo/webtest/extension/MyCustomSte p.html
make a step that can be used as <sleep msecs="1000"/> . Hint: your doExecute Method will be something like Thread.currentThread().sleep(fMsecs);
cheers Mittie
-----Original Message----- From: webt...@lists.canoo.com [mailto:webt...@lists.canoo.com]On Behalf Of linux guy Sent: Freitag, 22. August 2003 11:00 To: webt...@lists.canoo.com Subject: RE: [Webtest] newbies question-how can I implement this
thx a lot I write one Customstep ,that is one <invoke> followed by several <verifytitle> but it doesn't work yet. could u give me some advice or a piece of example? thx
----- Original Message ----- From: "Dierk Koenig" <dier...@canoo.com> Date: Fri, 22 Aug 2003 10:30:17 +0200 To: <webt...@lists.canoo.com> Subject: RE: [Webtest] newbies question-how can I implement this
Hi,
there is no such "sleep" step but you can easily create a CustomStep for doing so. Refer to the online doc for more information.
What feature of your application are your going to test with such a high repeat count?
curious Mittie
-----Original Message----- From: webt...@lists.canoo.com [mailto:webt...@lists.canoo.com]On Behalf Of linux guy Sent: Freitag, 22. August 2003 9:14 To: webt...@lists.canoo.com Subject: [Webtest] newbies question-how can I implement this
hi,I install ant now,and can make it works well
I use <repeat count="X"> to visit one html page to test our web server,when X is not big enought,such as(1-300), it works well,but when I set X to 800 or some number else, ant give me the exception "connection time out".
so I wanna set when one step is finished,the process can pause for some time, I think there may be some Specification which is similar with sleep in C, but I can't find it?
how can I do?thx
--
______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
_______________________________________________ WebTest mailing list WebT...@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest
_______________________________________________ WebTest mailing list WebT...@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest
--
______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
_______________________________________________ WebTest mailing list WebT...@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest





.class, .java