I have made several tests with no issue. However, on playback , it seems to be a different story. For instance, I will play a test which fails at Step 25. I mark it as Run to Here and start it again, so I can investigate. This time, the test fails at Step 16 and never reaches 25. This has happened to me several times, but have not been able to figure out the issue.
I am currently working on a wizard navigation piece that spans across 2 domains. At the halfway point, the first domain (abc.domain.com) redirects to another server with the second domain (xyz.domain.com). In case it matters. The tests seem to fall apart after the domain switch.
Another example is that my test will run with annotations on, but starts failing at different points with location errors when I turn it off.