Multiple choice technology testing

Watch tab of debug viewer

  1. can be used to watch only simple variables

  2. can be used to watch all simple variables and most of the object properties

  3. displays all the variables encountered during the script execution runtime

  4. cannot be used to watch simple variable values

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

The Watch tab in QTP/UFT allows users to monitor specific variables and object properties during execution. It is not limited to simple variables, nor does it automatically display every variable in the script (which is the role of the Variables/Locals tab).