Forum Discussion

LRuoc's avatar
LRuoc
Contributor
3 years ago
Solved

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. ...
  • anupamchampati's avatar
    anupamchampati
    3 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.