vote up 0 vote down star

I'm using Selenium IDE in Firefox and submiting a form. The problem is that the form can be sucesfull or unsuccesfull (random). When it's unsuccesfull it will show and error message (AJAX) and I need to try to submit the form again.

I would like to write a test which will be submiting the form until it will redirect me to success page (text present).

Can someone helps me with this? I didn't play with Selenium this way yet.

flag

57% accept rate
Why does the form randomly fail and show an error message? – Dave Hunt Oct 22 at 8:47
It's testing environment of Datacash. This is returning statuses randomly, I can't change this. I want to place an order, datacash is contacted and it can return true or error id (fraud scoring, funds, blocked card,...) – martin.malek Oct 22 at 8:49
You can use the flow control extension 51elliot.blogspot.com/2008/02/… I haven't used it a lot myself, but it should enable you to do what you need. – Dave Hunt Oct 22 at 9:38

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.