You can define a field-verification function for a terminal-emulation
input field to verify text in the field.
Right-click a field in
Host Screen Info view and choose
Verify field.
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.
Select
is equal to (or
is not equal to) as the operator for the
verification.
Specify if the verification should be against a
constant value or a
parameter value.
Specify whether or not the verification is to be
Case sensitive and if white spaces should be
ignored.
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).
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.