Forum Discussion
because the concept and the entity TestedApps is a TestComplete specific thing, so you cannot call on it from an external source like a UnitTest (pyunit)
--
there is no such thing as a module TestedApps that you can pip install and use
- Mohit_Dadhich4 years agoContributor
so how can i launch my application using PyUnit
- hkim54 years agoStaff
you would add code to do that? something like
https://stackoverflow.com/questions/13222808/how-to-run-external-executable-using-python/13222809
https://stackoverflow.com/questions/1811691/running-an-outside-program-executable-in-python
- Mohit_Dadhich4 years agoContributor
Yes it's working fine thanks, now i am able to launch my application through subprocess.call()
Also Am i be able to work on my application through the scripts i have created using TestComplete script tests in PyUnit module?
For ex - Need to login into the application and verify the logged in user. For this i have created a keyword test using python. But i want to execute it via PyUnit so is it possible?
Related Content
- 3 months ago
- 2 years ago
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago