Agentry Test Script: Field Elements Overview

The elements related to detail screen fields within the Agentry Test Script are provided to allow for interaction with the detail screen fields of the application. This includes field selection, entering values, testing for expected values, pushing or selecting fields with an edit type of button, and interacting with date, time, and duration related field types.

Common Field Element Attributes

The following lit includes the common attributes for most field-related XML elements within the Agentry Test Script. These attributes are used by the elements in different ways depending on the purpose and behavior of the element.

Name Description Data Type Default Value Required
id The identifier of the field 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 field 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 field definition the element affects or monitors. If the label attribute is specified, the name and id attributes cannot be present. String N/A No