Hi everyone,
is there a way to restart an iteration after it fails?
In our Tests we have iterations where a website is shown. Sometimes the server behind the website isn't working so the surface don't show up. After a restart it works.
thanks for your help,
Jan
Restart iteration when failed
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Restart iteration when failed
Hello PiJano,
Currently it is not possible to restart an iteration if it fails, but maybe it is better to use the "Invoke Action
WaitForDocumentLoaded()" in order to wait until the web document is loaded.
Add this action at the beginning of each iteration.
I hope that helps,
Regards,
Bernhard
Currently it is not possible to restart an iteration if it fails, but maybe it is better to use the "Invoke Action
WaitForDocumentLoaded()" in order to wait until the web document is loaded.
Add this action at the beginning of each iteration.
I hope that helps,
Regards,
Bernhard
You do not have the required permissions to view the files attached to this post.