Multiple choice technology testing

What can you use to handle unpredictable testing exceptions ?

  1. Do Loop

  2. Recovery Scenario

  3. IF THEN Statement

  4. Select case statement

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Recovery Scenario in HP QuickTest Professional (QTP) is designed to handle unpredictable errors and testing exceptions during execution. Standard control statements like Do Loop or IF cannot handle unexpected popups.