To stop a project run when an error or an exception occurs, you can do the following:
Approach 1
-
On the Test Items page of your project, make sure that the On error property of a test item is set to Use project’s 'On error' property:
-
On the Properties page of your project, set the Playback > Error handling > On error property of your project to Stop project:
Approach 2
On the Test Items page of your project, set the On error property of your test item to Stop project:
Note: The test item will ignore the Error handling > On error property of your project.
Whenever you run your project and an error occurs in a test item, TestComplete will stop the problematic test item immediately. It will not run any further test items:
See Also
Controlling Test Execution Flow
About Controlling Test Execution Flow
Project Properties - Playback Options