you could use a little groovy step to read from the console
 def input = System.in.readLine()
or even present a little swing GUI with SwingBuilder :-)

cheers
Mittie

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Ralf Müller
> Sent: Mittwoch, 12. Juli 2006 13:49
> To: [email protected]
> Subject: [Webtest] Prompt for user input?
>
>
> Hi!
>
> guess this question if trivial, but I couldn't find the answer in the
> manual:
>
> How do I prompt the tester for input. Yes, I know - such a test should
> be designed to run stand alone. But there is no way for that in my case...
>
> Webtest has to fetch a Challenge from the server and ask me for the
> response...
>
> Is this possible in webtest? Or do I have to use some ant steps?
>
> Best Regards,
> Ralf
>
> _______________________________________________
> 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