Forum Discussion
mortenb123
7 days agoContributor
The python wrapper uses subprocess to run a powershell sript with the testcomplete testexecute parameters. the rest of the wrapper ops, (gather reports, cleanup and deploy to presentation) are not affected only when it exits. I never saw it prior to 15.71 (15.6X I was running)
rraghvani
Champion Level 3
6 days agoI use PowerShell scripts to run my entire automation, not sure if that would be an easier option for you?
- mortenb1235 days agoContributor
It is actually a lot of powershellscript just ducktaped with python. I'm not proficient enough in powershell to handle all the parsing and logging and exceptions. I just think python has become a standard part of test-complete. We may in the future move from javascript to python, since all out not test complete test code is python.