Shortcut to Comment a statement
-
Ctrl+M
-
Ctrl+C
-
Alt+M
-
Ctrl+L
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.