C# Syntax
public interface IReporter
Name | Description | |
---|---|---|
![]() | ReportConfiguration | Returns the ReportConfiguration interface, which enables you to customize the OpenText Functional Testing for Developers report behavior. |
![]() | 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. |
![]() | Status | The runtime status of 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 node in the OpenText Functional Testing for Developers report test flow tree. |
![]() | StopScreenRecording | Stops screen recording. A link to the recording is added to the report. To start the recording use startScreenRecording. C# Syntax void StopScreenRecording() |