[Webtest] conditional looping
Dierk Konig
webtest@lists.canoo.com
Tue, 18 Jun 2002 11:35:12 +0200
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Michael Finney
> Sent: Montag, 17. Juni 2002 17:38
> To: webtest@lists.canoo.com
> Subject: [Webtest] conditional looping
..
> (now the harder part)
> 6) click a button
> 7) click "go to decision form" button
> 8) click "submit decision"
> 9) if result page title is Simulations, jump back to
> step 7
> 10) (if we reach here, we are at the
..
What are you going to test here?
Dynamic properties of the decision form?
That simulation do not loop endlessly?
How many "goto step 7" do you expect?
Is the number of iterations arbitrary or fixed?
My advise is to try everything you can to avoid
conditional logic in tests.
(as opposed to putting a lot of effort in making
conditional logic possible)
cheers
Mittie