IReportConfiguration Interface
A configuration that can be used for overriding the default OpenText Functional Testing for Developers report behavior or extending its capabilities.

C# Syntax

public interface IReportConfiguration 
Public Properties
 NameDescription
PropertyDescriptionthe 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.  
PropertyIsOverrideExistingIndicates whether the existing report files will be overridden. If false, each report filename gets an ordinal suffix.  
PropertyReportEnabledSpecifies if the report should be enabled or not.  
PropertyReportFolderThe name of the folder where the OpenText Functional Testing for Developers report is generated. Default = RunResults.  
PropertyReportLevelThe level of events to be reported. Possible values: ReportLevel.  
PropertySnapshotsLevelThe snapshot capture level used to generate the OpenText Functional Testing for Developers report. Possible values: CaptureLevel  
PropertyTargetDirectoryThe root directory where report folders are generated. Default = project output path.  
PropertyTitlethe OpenText Functional Testing for Developers report title. Default = Run Results.  
Top