Get Tree Node Count
Last updated
Last updated
It is a pre-built action in Avo Assure which is found for the tree type of elements captured from the SAP application. It instructs Avo Assure Client to fetch the number of nodes in the specified tree and save the result in the output variable. It used in SAP GUI automation to determine the number of child nodes under a specific tree node in the SAP GUI tree structure.
Input: <Path1>; <Path2>; …; <>; <Column Data>(optional)>
Note: Path 1: The path of SAP control tree.
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where user is testing SAP GUI Application and needs to retrieve node count from SAP Tree. For this scenario the Get Tree Node Count action used by Avo Assure. It helps to retrieve the total number of nodes within SAP.TreeControl tree structure in an SAP GUI application. It ensures accurately counts all nodes, including parent and child nodes, and ensures the count matches the expected hierarchy structure.
The get tree node count action needs to fetch the number of nodes in the specified tree.
The get tree node count action performed on nodes in tree structure in SAP Application.