Recovery scenarios are designed in UFT to handle unexpected issues during test execution by UFT.
When executing scripts we may get some Unexpected errors. To recover the test and continue running script from these unexpected errors we use Recovery Scenarios.
What happens in Recovery Scenarios?
Each type of recovery scenario in UFT consists of the following:
Trigger Event:
The event that interrupts your run session. For example a window that may pop up on screen.
Recovery Operations:
The operations to perform to enable QTP to continue running the test after the trigger event interrupts the run session. For example, clicking an OK button in a pop-up window.
Post-Recovery Test Run Option: