Consistency in play back
Hello all
I did try to search and look around the internet, but I couldn't find anything obviously relating or a solution to my problem.
The issue is I have created a test made from several keyword tests which runs fine, but if I run it several times, eventually it breaks in what looks to be the same place every time.
The first time it ran 150+ times before stopping, but after trying to fix the issue I have seen it fail on run 29 and later at 50.
the script in question clicks a check box, then clicks a button before moving to the next keyword test.
First it failed to click the check box because it wasn't there, so I put delays at the start and then between clicking the check box and button, but still it struggles.
I have an error condition so if there is an issue and the software is not where it should be at the end of the test, it restarts the software ready for the next cycle, however it just ends and goes to the summary screen. However the playback properties stop on error and stop on warning are both disabled so it should work.
Does anyone know how to make the button clicking more consistent or how to make the test cycle on error?
Thanks