Forum Discussion

vjvarun06's avatar
vjvarun06
Occasional Contributor
4 years ago
Solved

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...
  • BenoitB's avatar
    4 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).