Multiple choice technology testing

The method used for sending information to the test results.

  1. Reporter.log()

  2. Reporter.reportevent()

  3. Reporter.msgbox()

  4. Reporter.report()

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

Reporter.ReportEvent() is the correct QTP method for sending information to the test results with a status and description. Reporter.Report() does not exist, Reporter.Log() is not a standard method, and Reporter.MsgBox() displays a message box rather than reporting to results.