1.1.1 Report Event Method
Reports an event to the Test Report.
Syntax
Reporter.ReportEvent Event Status, ReportStepName, Details [, in]
Event Status – micPass, micFail, micDone, micWarning
1.1.2 Filter Property
Retrieves or sets the current mode for displaying events in the Test Results.
Syntax
To retrieve mode setting: Current Mode = Reporter. Filter
To set the mode: Reporter. Filter = New Mode
Mode - 0 or rfEnableAll, 1 or rfEnableErrorsAndWarnings,
2 or rfEnableErrorsOnly, 3 or rfDisableAll
1.1.3 Report Path Property
Retrieves the folder path in which the current test’s Test Results are stored.
Syntax Path = Reporter.ReportPath
No comments:
Post a Comment