Multiple choice technology testing

Breakpoints can be set in the script, to make Quick Test pause script execution, at desirable statements in the script. State true or false

  1. True

  2. False

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

Breakpoints are a fundamental debugging feature in QTP that allow you to pause script execution at specific lines. This enables inspection of variable values and step-through debugging. The statement accurately describes this capability.