What is recovery scenario in WinRunner and QTP?
Where and How to create recovery scenario in WinRunner and QTP?
Please explain.
In recovery scenario, we can define how to recover from unexpected events and errors during a run session of an application.
Here we define 3 things,
1) What unexpected event or error you want to recover from,
2) What to do to recover from the event or error, and
3) What to do or how / where to continue the test after recovering.
This process is called exception handling, and that’s the name in WinRunner while in QTP it is called Recovery Scenario.