sameerjade
6 years agoFrequent Contributor
Issues when closing my application using test script
I am trying to close my application at the end of the test and running into some issues:
Issue#1
TestedApps.MyApplication.Close();
This is not closing my application. It seems to not do any...
- 6 years ago
Hi sameerjade,
Thanks for posting your questions. I recommend that you create one topic per question in the future - you will get the answers much faster.
As for the issues,
#1
Will Terminate work?
#2
I recommend that you specify the timeout parameter in the WaitProcess method.
Sys.WaitProcess("MyApplication", 10000).Exists
#3
Could you please clarify when exactly you get this exception?