Multiple choice technology testing

Shortcut to Check the Syntax error in the script.

  1. Ctrl+T

  2. Ctrl+F7

  3. F7

  4. F8

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

In QTP/UFT, Ctrl+F7 checks the syntax of the current script or test without executing it, highlighting any compilation or syntax errors. This is faster than running the test to catch errors. F7 alone may have different functionality depending on context.