Recovery scenario takes us thru the following wizard steps in the following sequence
-
define a trigger, define the recovery operations, define the post recovery operations
-
define the recovery operations, define a trigger, define the post recovery operations
-
can be created in any order
-
no such wizard is available in Quick Test
The Recovery Scenario wizard in QuickTest Professional follows a specific sequence: first you define what triggers the recovery (trigger event), then define what recovery operations to perform (steps to recover), and finally define post-recovery operations (what to do after recovery completes). This logical flow ensures the test knows when to activate recovery, what actions to take, and how to resume.
In QuickTest Professional/UFT's Recovery Scenario Manager wizard, you configure recovery scenarios in a fixed sequence: first you define the trigger event (the condition that activates recovery, e.g. a pop-up window or object state), then you define the recovery operation(s) to perform in response (e.g. click a button, close a window, restart the app), and finally you define the post-recovery operation (what to do with the failed step/test run afterward, e.g. repeat the step or proceed to next action). This matches the wizard's documented step order, so the first option is correct; the second reverses steps, and the wizard does follow a fixed order (not "any order"), and it is indeed available in QTP, ruling out the other options.