Forum Discussion
roli62
12 months agoOccasional Contributor
I just called my testedApp "python".
The python script it calls works fine from testComplete. The issue is just how to wait for the app to finish and how to get the exit code of "main.py".
rraghvani
Champion Level 3
12 months agoOnce main.py has finished, the exit code is returned back to Python, and not back to TestComplete. Refer to the Python documentation on how to retrieve the exit code.