In QTP (QuickTest Professional, which uses VBScript), both single quote (') and REM are valid comment markers. Option A shows the single quote method, and Option D shows REM, which is a legacy BASIC-style comment statement that VBScript supports. Options B (/*) is C-style syntax, and C (//) is C++/Java-style, neither of which work in VBScript.