Forum Discussion

mitchmiller's avatar
mitchmiller
New Contributor
13 years ago

Stop On Error

I am using Test Complete to develop my tests and I have set my project Stop on Error to 'Test Item' so that it will t hen go to the next test if there is an error. The problem is that it works fine in TC. If I then open the tests with Test Execute the entire project stops on the error and it does not continue on to the next test. How do I make Test Execute function as Test Complete does?

2 Replies

  • Under the 'Tools > Current Project Properties' menu, click on 'Playback' in the left navigation and uncheck the 'Stop on Error' checkbox under the 'Runtime' section. This will do the same thing and should work when you load the project into TestExecute.


  • Unselecting that option seems to make the current test keep trying to run. I want the test to encounter an error, exit that test and continue on to the next.