Multiple choice technology testing

What can you use to handle unpredictable testing exceptions?

  1. A Do Loop

  2. B. Recovery Scenario

  3. C. IFHEN statement

  4. D. Selectase statement

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

Recovery Scenarios are specifically designed to handle unpredictable exceptions during testing, such as unexpected pop-ups, crashes, or object state changes. Do Loop is for controlled iteration, IFTHEN is conditional logic, and Select Case handles multiple conditions. Recovery Scenarios provide event-driven exception handling.