Forum Discussion

adithyasekar's avatar
adithyasekar
Occasional Contributor
7 years ago

how to call a .py file from desktop and run it in testcomplete?

1 Reply

  • baxatob's avatar
    baxatob
    Community Hero

    It depends on what your .py file doing.

     

    - you can place your Python code into TestCompete script and run it there;

    - you can run it as TestedApp (wrapped into .bat);

    - you can run it from command line...