Properties of field property verification points
You can create field property verification points to test the fields in your application. When you record the verification point, a baseline of the field is created. Every time you play back the script, the field is compared to check if any changes have occurred. This helps in identifying any mismatch in field.
Property | Description | Default value |
---|---|---|
background | Specifies the background color of the field. | |
blink | Specifies whether the text in the field is flashing. | false |
class | Specifies the Rational® Functional Tester class name. For example, HtmlTable is
the class name for a <Table> element. |
com.ibm.eNetwork.ECL.ECLField |
endCol | Specifies the last column of the field. | |
endRow | Specifies the last row of the field. | |
foreground | Specifies the foreground color of the field. | java,awt,Color[r=0,g=0,b=0] |
hidden | Specifies whether the host field is hidden. | |
highIntensity | Specifies whether the host field uses high intensity colors. | |
length | Specifies the length of the host field (number of characters). | |
modified | Specifies whether the host field is modified. | |
numeric | Specifies whether the host field is limited to numeric input. | |
penDetectable | Specifies whether the host field can be detected by a light-pen device. | |
penSelectable | Specifies whether the host field can be selected by a light-pen device. | |
protected | Specifies whether a user can add input in the host field. True indicates
that you cannot add input. |
|
reverse | Specifies whether the host field is displayed in reverse video (switch foreground and background colors). | |
startCol | Specifies the first column of the field. | |
startRow | Specifies the first row of the field. | |
text | Specifies the current text within the host field. | |
underline | Specifies whether the host field is underlined. |