Agentry Test Script: List Elements Overview

The list-related elements of the Agentry Test Script allow for interaction with the various list controls of the Agentry Client. These include list screens, and the various list field edit types that can be defined for detail screens. The list-related elements support the selection of items in a list, double-clicking items, checking for the expected values of list items and column headers, expected values of list headers and detail panes.

Common List Element Attributes

The following attributes are found in most of the list-related elements of the Agentry Test Script. The purpose and use of these attributes depends on the nature of the element for which they are set.

Name Description Data Type Default Value Required
id The identifier of the list definition, typically set by the script recorder in the ATE and not modified manually. If the id attribute is specified, the name and label attributes cannot be present. String N/A No
name The resource name of the list the element affects or monitors. If the name attribute is specified, the id and label attributes cannot be present. String N/A No
label The label text of the list (if applicable) the element affects or monitors. If the label attribute is specified, the name and id attributes cannot be present. String N/A No
row The row within the list to be affected by the element. This may be the row number, with the first row in the list at position zero (0), or one of the values:
  • selected - currently select row
  • first - first row in the list
  • last - last row in the list
  • next - the next row after the currently selected one
  • previous - the previous row after the currently selected one
String N/A No