how i execute by script via 3rd party(python)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018
11:25 PM
05-10-2018
11:25 PM
how i execute by script via 3rd party(python)
As I want to run my external python code in test complete !!!
if there is solution please give some suggestion to me!!!
Thank you,
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018
11:43 PM
05-10-2018
11:43 PM
Hi,
You can add your .py file as an "Existing item" to your Project -> Script
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018
11:56 PM
05-10-2018
11:56 PM
But there is many difference in using ordinary python file and test complete based python file
i just want to import my python file to test complete when i can locate my script and how can call and import my script from external to test complete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2018
02:42 AM
05-11-2018
02:42 AM
Actually the only difference, that TestComplete uses its own Python interpreter, which is functionally the same as a standard Windows interpreter (click here to know about some specific of usage >>)
