0 votes
in QuickTest Professional (QTP) by

What  is Reporter.ReportEvent?

1 Answer

0 votes
by

Reporter.Reportvent is standard method provided by QTP to send custom messages to the test results window.

Syntax

Reporter.ReportEvent EventStatus, ReportStepName, Details [, ImageFilePath]

where     

EventStatus = 0 or micPass

                    1 or micFail

                    2 or micDone

                    3 or micWarning

 Results can assume any status like Pass , Fail , Warning etc. You can also send screenshot to the test results window.

Related questions

+1 vote
asked Sep 12, 2020 in QuickTest Professional (QTP) by JackTerrance
+1 vote
asked Sep 12, 2020 in QuickTest Professional (QTP) by JackTerrance
...