Verify Tree Path

It is a pre-built action in Avo Assure which is available for the tree type of elements captured from the SAP application. It instructs Avo Assure Client to verify the tree path specified and save the result in the output variable. It used to validate the path of nodes within a tree structure.

Syntax

Input: <Path1>; <Path2>;…; <>; <Column Data>(optional)>

Note:

Path 1: The path of Tree control

Path 2: The path of tree node structure.

Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)>

Usecase/Example

Scenario

Consider a scenario where user is testing SAP Application and needs to verify that a specific path exists in the SAP GUI hierarchical tree structure. For this scenario Verify Tree Path action used by Avo Assure. It checks the accuracy of the path and ensures each node along the path is correctly identified. It helps to confirm the correct hierarchy within the tree.

Expected Result:

The Verify Tree path action needs to verify tree path in hierarchical tree structure.

Output:

The action performed on tree structure and saves the status in {Result} output variable as True.

Last updated

Logo