With terminal content verification points, you can test
whether the text that is displayed on the terminal screen matches
the expected text during a TN3270 test.
- Comparison operator
- Specify the criteria to use to perform the verification, among
the following operators:
- Equals at location
- The verification point returns a Pass status if the terminal screen
displays the expected text string starting at the point that isspecified
byLine and Column.
- Differs at location
- The verification point returns a Pass status if the terminal screen
does not display the expected text string at the point that isspecified
byLine and Column.
- Contains on line
- The verification point returns a Pass status if the terminal screen
displays the expected text string anywhere on the area that isspecified
inLine.
- Contains in line range
- The verification point returns a Pass status if the terminal screen
displays the expected text string anywhere inbetween the area that
isspecified byFirst line and Last
line.
- Does not contain in line range
- The verification point returns a Pass status if the terminal screen
does not display the expected text string anywhere inbetween the area
that isspecified byFirst line and Last
line.
- Matches regular expression at location
- The verification point returns a Pass status if the terminal screen
displays a text string that matches the specified Java regular expression
starting at the point that isspecified byLine and Column.
- Does not match regular expression at location
- The verification point returns a Pass status if the terminal screen
displays a text string that does not match the specified Java regular
expression starting at the pointspecified byLine and Column.
- Text
- Specifies the expected text string or regular expression.