Solved
Forum Discussion
1 Reply
Sort By
- rraghvani
Champion Level 3
If you mean stopping automation, then see Runner Object (Runner.Stop Method), which is used to control script execution.
What is supported in TestComplete to exit a script from within an if statement?
import sys
.
.
.
.sys.exit() is not recognized.
Nor is quit().
If you mean stopping automation, then see Runner Object (Runner.Stop Method), which is used to control script execution.
If you mean stopping automation, then see Runner Object (Runner.Stop Method), which is used to control script execution.