C# Syntax
public interface IReportConfiguration
Name | Description | |
---|---|---|
![]() | Description | 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. |
![]() | IsOverrideExisting | Indicates whether the existing report files will be overridden. If false, each report filename gets an ordinal suffix. |
![]() | ReportEnabled | Specifies if the report should be enabled or not. |
![]() | ReportFolder | The name of the folder where the OpenText Functional Testing for Developers report is generated. Default = RunResults. |
![]() | ReportLevel | The level of events to be reported. Possible values: ReportLevel. |
![]() | SnapshotsLevel | The snapshot capture level used to generate the OpenText Functional Testing for Developers report. Possible values: CaptureLevel |
![]() | TargetDirectory | The root directory where report folders are generated. Default = project output path. |
![]() | Title | the OpenText Functional Testing for Developers report title. Default = Run Results. |