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 terminate the TestedApp after the execution is completed but I am looking for other ways to terminate the application in keyword test. In Scripting we can use "TestedApps["AAABBB"]["Terminate"]()" method. Is there any better ways we can terminate the application in Keywordtest. Please provide suggestion
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).