4 messages in com.canoo.lists.webtestRE: [Webtest] Iterating pages?
FromSent OnAttachments
Mike Lecza30 Dec 2002 05:33 
Dierk Koenig30 Dec 2002 05:50 
Mike Lecza30 Dec 2002 05:59 
Dierk Koenig30 Dec 2002 06:19 
Subject:RE: [Webtest] Iterating pages?
From:Dierk Koenig (dier@canoo.com)
Date:12/30/2002 05:50:45 AM
List:com.canoo.lists.webtest

Hi Mike,

Currently, there is no easy way. (but would make for good contribution:-)

One possibility is to set up your webapp in a way that you can foresee the number of steps. We sometimes use a special "administration servlet" to this end.

If that is not possible, you be left with using HttpUnit directly (not too bad either).

cheers and a Happy New Year Mittie -----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Mike Lecza Sent: Montag, 30. Dezember 2002 14:34 To: webt@gate.canoo.com Subject: [Webtest] Iterating pages?

With Canoo - Is there a way to iterate a bunch of steps until a final page is hit.

For example I have a web app that serves up a bunch of questions (1 per page). When the user has answered so many question correctly the application serves up a “Finished” page. So basically I want Canoo to keep submitting answers until the Finished page is reached.

I see the repeat option but that is only good if I want to repeat for a specific number of times – I want to repeat until a certain page is hit.

Regards