digital wrote:My recording fails out of the box. What did I do wrong? All I did was record logging and then checking a couple of items in a web store. I stopped the recording and hit PLAY, and I got a big red screen? What's up?
If you recorded logging in, did you also record logging out?
90% of the state problems like this happen when the user/tester forgets that
in most sites if you are already logged in then repeating the login will break the test.
Either always log in and the log out or log in once, and record your tests starting at the logged in state.
eValid Support