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().
I believe I figured this out as I did not have the browser mapped. When copy a project from one place to another there should be a methodology somewhere -because I did something wrong.