VerificationParameter Constructor(String,Object)
Create a new instance of the VerificationParameter class.

C# Syntax

public VerificationParameter( 
   string parameterName,
   object parameterValue
)

Parameters

parameterName
The name of the VerificationParameter. If it is set, the parameter header displayed into UFT Developer report will use this value.
parameterValue
The value of theVerificationParameter that will be displayed into UFT Developer report.