mfoster711
2 months agoRegular Contributor
Script to Stop and close TestComplete or TestExecute
In my code, I want to check for a certain condition and if it is true then stop execution of the script and close TestComplete. How can this be done?
I know that the /exit option is available if I started the script from command line. But, I was looking for an option that would work when manually running scripts or running from command line.
I am also aware of aqEnvironment.RebootAndContinue but I don't need to reboot. I just want to exit TestComplete.