Multiple choice technology testing

Shortcut to Uncomment a Statement

  1. Ctrl+M

  2. Alt+M

  3. Ctrl+Shift+M

  4. Shift+Ctrl+C

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

Ctrl+Shift+M is the keyboard shortcut to uncomment selected lines in QTP/UFT editor. Ctrl+M is typically used to comment lines, so uncommenting uses the same keys with the Shift modifier to reverse the operation.