Defining Custom Verification Properties

  1. In a class declaration or in the declaration for an individual object, define the variable lsPropertyNames as follows:
    LIST OF STRING lsPropertyNames
  2. Specify each of your custom verification properties as elements of the list lsPropertyNames. Custom verification properties can be either:
    • Class properties, defined using the property statement.
    • Variables of the class or individual object.

Any properties you define in lsPropertyNames will override built-in properties with the same name. With your custom verification properties listed as elements in lsPropertyNames, when you record and run a test case, those additional properties will be available during verification.