Forum Discussion
baxatob
8 years agoCommunity Hero
"If I have it defined as a straight module to execute, python execution fails.”
TestComplete supports Python with a few limitations. One of them: In TestComplete, a test run must start only from a function.
https://support.smartbear.com/testcomplete/docs/scripting/specifics/python.html
Can it be a reason of your issue?
ray_mosley
8 years agoFrequent Contributor
I tried it both ways - as function and as straight code. Neither worked.
Also tried different floder structures and even all code under Project.Path + "\\Script"