Select Tree Node
Last updated
Last updated
It is pre-built action in Avo Assure which is found for the tree type of elements captured from the SAP application. It instructs the Avo Assure Client to navigate through a specific node within the hierarchical tree structure. It allows automation scripts to navigate through this structure by selecting specific nodes or branches. It is useful when you need to access of data within tree structure.
Input: <Path1>; <Path2>;…;<>; <ColNum/Name> (optional); <ColVal>(optional); <>; <Item in Node>(optional)>
Note:
Path 1: The path of hierarchical tree node structure.
Path 2: The path of tree node structure.
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where user is testing SAP GUI application and needs to select a node in a tree structure represents an item in a hierarchy. For this scenario the Select Tree Node action is used by Avo Assure. It helps automation scripts select specific nodes or branches and allows access of data within the hierarchy.
The select tree node action needs to select node to navigate through a specific node within the hierarchical tree structure.
The select tree node action performed on hierarchical tree structure in SAP Application.