DSmachineWorld
2 years agoContributor
Exiting from inside a Python script
What is supported in TestComplete to exit a script from within an if statement? import sys . . . .sys.exit() is not recognized. Nor is quit().
- 2 years ago
If you mean stopping automation, then see Runner Object (Runner.Stop Method), which is used to control script execution.