LRuoc
4 years agoContributor
Unexpected behaviou handling
Hello All, Thank you for taking the time to read my thread. I am new to Automation testing and TestComplete but am experienced with using similar tools, so apologise if my question is simple. ...
- 4 years ago
1. For any unexpected window - you can use the Events of Unexpected window and write the respective cleaning function in it.
2. Runner.Stop(true) : you can make use of this function whenever you feel your settings are matching with the expected and wanted to stop the testcase there.