com.hp.lft.report

Class VerificationParameter



  • public class VerificationParameter
    extends ReportParameter
    Represents the parameter data used in the context of a custom verification step. This data is displayed to UFT Developer report.
    • Constructor Detail

      • VerificationParameter

        public VerificationParameter(java.lang.Object parameterValue)
        Create a new instance of the VerificationParameter class
        Parameters:
        parameterValue - The value of the verification parameter that will be displayed into UFT Developer report.
      • VerificationParameter

        public VerificationParameter(java.lang.String parameterName,
                                     java.lang.Object parameterValue)
        Create a new instance of the VerificationParameter class
        Parameters:
        parameterName - The name of the verification parameter. If it is set, the parameter header displayed into UFT Developer report will use this value.
        parameterValue - The value of the verification parameter that will be displayed into UFT Developer report.