vjvarun06
5 years agoOccasional Contributor
Keyword Test - Terminating Application Under test
I am developing testcase in Keywordtest method and looking to ways to terminate the TestedApp application once the testcase execution is completed. Using Call Object method operation I was able to te...
- 5 years ago
With Terminate you means really erminate .. brutal stop with possibly leaving open handles and so on or simply closing the apps ?
You can also send ALT-F4 to the apps or send a WM_CLOSE message (win32 api).