Multiple choice technology testing

Shortcut to Comment a statement

  1. Ctrl+M

  2. Ctrl+C

  3. Alt+M

  4. Ctrl+L

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

In QTP/UFT, Ctrl+M toggles comments on the selected line(s) of VBScript code. This is a common debugging technique to temporarily disable code without deleting it. Ctrl+C is copy, not comment, reinforcing that Ctrl+M is the correct mnemonic for coMment.