Forum Discussion
anandkumar
13 years agoContributor
Hi
here is the code for python
TCApp = win32com.client.Dispatch(r'TestComplete.TestCompleteApplication')
TCInt = TCApp.Integration
TCInt.RunProjectTestItem("c:\test.pjs;proj;testItem")
while TCInt.IsRunning() == True:
time.sleep(1)
TCApp.Quit()
after running, when the quit operation is performed the popup comes
here is the code for python
TCApp = win32com.client.Dispatch(r'TestComplete.TestCompleteApplication')
TCInt = TCApp.Integration
TCInt.RunProjectTestItem("c:\test.pjs;proj;testItem")
while TCInt.IsRunning() == True:
time.sleep(1)
TCApp.Quit()
after running, when the quit operation is performed the popup comes