Multiple choice technology testing

Shortcut to Place a breakpoint

  1. F3

  2. F5

  3. F9

  4. F10

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

F9 is the standard keyboard shortcut in QTP/UFT to toggle breakpoints at the current line in your code. F3 is typically used for step into debugging, F5 for continue/run, and F10 for step over in most debugging environments.