VerificationParameter Class
Represents the parameter data used in the context of a custom verification step. This data is displayed to UFT Developer report.

C# Syntax

public class VerificationParameter : ReportParameter 
Inheritance Hierarchy

System.Object
   HP.LFT.Report.ReportParameter
      HP.LFT.Report.VerificationParameter

Public Constructors
 NameDescription
Public ConstructorVerificationParameter ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyNameThe name of the parameter. (Inherited from HP.LFT.Report.ReportParameter )
Public PropertyValueThe value of the parameter that will be displayed into UFT Developer report. (Inherited from HP.LFT.Report.ReportParameter )
Top
Public Methods
 NameDescription
Public MethodToStringReturns a string that represents the current object.  
Top