Forum Discussion
mfoster711
2 months agoRegular Contributor
I ended up going with the option to user a PowerShell script. My normal script will run the PowerShell script and stop. This leaves TestComplete open but stopped. The PowerShell script pauses for 20 seconds (to ensure TestComplete has stopped) and then forces TestComplete to close. Not the most elegant, but it works.
rraghvani
Champion Level 3
2 months agoHave you tried with /exit command-line parameter, as opposed to terminating the process? Terminating the process, may not release the license and when you relaunch TC, it will say that the license is in use.