Inserting a Field-Verification Function

You can define a field-verification function for a terminal-emulation input field to verify text in the field.

  1. Right-click a field in Host Screen Info view and choose Verify field.
  2. The Insert Field Verification Function dialog box opens. Use this dialog box to specify the type of verification function that should be inserted into the BDL script.
  3. Select is equal to (or is not equal to) as the operator for the verification.
  4. Specify if the verification should be against a constant value or a parameter value.
  5. Specify whether or not the verification is to be Case sensitive and if white spaces should be ignored.
  6. In the Severity portion of the dialog box, specify the severity that is to be raised if the verification returns a negative result (Error, Warning, Informational, or Custom).
  7. Click OK to add the verification function to your test script. Once the BDL script has been successfully modified, repeat this process for each additional verification that you want to add to your BDL script.