C# Syntax
public static class Reporter
System.Object
HP.LFT.Report.Reporter
Name | Description | |
---|---|---|
![]() ![]() | ReportConfiguration | The report configuration used for generating the report. |
![]() ![]() | ReportDescription | the OpenText Functional Testing for Developers report description. The description appears directly below the title in the OpenText Functional Testing for Developers report. By default, the description is empty. |
![]() ![]() | ReportLevel | The report level used to generate the OpenText Functional Testing for Developers report. Possible values: ReportLevel. |
![]() ![]() | ReportTitle | the OpenText Functional Testing for Developers report title. Default = Run Results. |
![]() ![]() | SnapshotCaptureLevel | The snapshot capture level used to generate the OpenText Functional Testing for Developers report. |
Name | Description | |
---|---|---|
![]() ![]() | AddRunInformation | Adds a custom entry to the top section of the OpenText Functional Testing for Developers report. |
![]() ![]() | EndReportingContext | Ends the section in the OpenText Functional Testing for Developers report. |
![]() ![]() | EndTest | Ends the current test level and optionally sets the status for the test. |
![]() ![]() | GenerateReport | Generates the OpenText Functional Testing for Developers report. |
![]() | Returns the status of the current execution context. The execution context is equivalent to any superior structure that contains operations (e.g.: test method, reporting context). C# Syntax publicstaticStatus GetCurrentExecutionContextStatus( ) | |
![]() ![]() | Init | Initializes the specified ReportConfiguration. |
![]() ![]() | ReportEvent | Overloaded. Adds a custom step to the OpenText Functional Testing for Developers report including the image from the specified path. |
![]() ![]() | ReportVerification | Adds a custom verification step to the OpenText Functional Testing for Developers report. |
![]() ![]() | StartReportingContext | Starts a named section in the OpenText Functional Testing for Developers report. |
![]() ![]() | StartScreenRecording | Overloaded. Starts screen recording. |
![]() ![]() | StartTest | Starts a new test level for the OpenText Functional Testing for Developers report. |
![]() ![]() | StopScreenRecording | Stops screen recording. A link to the .avi recording is added to the report. To start the recording use startScreenRecording. C# Syntax void StopScreenRecording() |