Multiple choice technology testing

Shortcut to Run from Current Step

  1. F5

  2. Ctrl+F5

  3. F6

  4. F3

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

In QTP/UFT (Unified Functional Testing), Ctrl+F5 executes the test or action starting from the current step rather than from the beginning. This is useful when debugging and you want to run only a portion of the test. F5 runs from the beginning, F6 is step over, and F3 is typically find/replace.