The tree-related elements of the Agentry Test Script are used to work with tree controls presented on the Agentry client. This includes any detail screen fields that present a tree control. The tree-related elements should be used in place of the field-related elements for fields that present a tree control.
The elements in this group can be used to select nodes within a tree control, expand and collapse nodes, double-click nodes, a check for expected values of a node within the tree control.
The following list contains attributes found in most of the tree-related elements of the Agentry Test Script. The elements use these attributes differently depending on the purpose and behavior of the element.
Name | Description | Data Type | Default Value | Required |
---|---|---|---|---|
name | The resource name of the tree control. If name is specified, label cannot be present. | String | N/A | No |
label | The label of the tree control. If the label is specified, name cannot be present. | String | N/A | No |
node | The node within the tree control to be affected by the element. The value of the attribute is the display value of the node in the tree control. | String | N/A | No |
sibling | The sibling node to the currently selected node in the control. This attribute is set to the expected value of the node in the tree control. | String | N/A | No |
child | The child node to the currently selected node in tree control. The value of this attribute is set to the expected value of the child node in the tree control. | String | N/A | No |