Character property verification points
You can create character property verification points to test the character in your application. When you record the verification point, a baseline of the character is created. Every time you play back the script, the character is compared to check if any changes have occurred. This helps in identifying any mismatch in character.
Property | Description | Default value |
---|---|---|
background | Specifies the background color of the field. | |
position | Specifies the position from the start of the field. | |
foreground | Specifies the foreground color of the field. | false |
reverse | Specifies whether the host field is displayed in reverse video (switch foreground and background colors). This property is not valid for Virtual Terminal (VT) sessions. | false |
startCol | Specifies the first column of the field. | |
startRow | Specifies the first row of the field. | |
char | Specifies the current character within the host field. | |
blink | Specifies whether the text in the field is flashing. This property is not valid for VT sessions. | false |
underline | Specifies whether the host field is underlined. This property is not valid for VT sessions. |