NisHera
8 years agoValued Contributor
Hi,
Haven't you try with runner object? it has methods to start and stop tests.
If your AUT hangs can use...
Sys.Process("Application").Terminate()
if your all system stuck you can use..
Sys.Shutdown()
even you can restart your machine using restart method in sys object
If a window or application object seems too hung up ....you can use a waiting loop until it activate and continue .
depending on your situation there are many ways to handle that.
If explain what's your situation we can help.
Related Content
- 2 years ago
- 2 years ago