Selecting a node in an SAP tree can be done automatically using the Click/Select Node by Index user action. The value of the associated parameter should be a string containing indexes of the nodes in the tree.
SAP example - Select a node in the tree
In order to select the node ME22N - Change in the following SAP tree we have the following input for the parameter: 2\3\1\1\1\2. The value of the parameter represents the indexes of the nodes composing the path to the node that needs to be selected. This will expand all implied nodes and select ME22N - Change.
Procedure
Step1 Record a click action on the desired node to get al information of the object
Step2 Change action type from Click to Click/Select Node by index and Save
Step3 Go to data set and change parameter value to 2\3\1\1\1\2 and Save
Step4 Execute the Qualibrate flow and the QFP tools(Manual Tester, Automated Tester or Trainer) will expand the nodes and select the last one.
Comments
0 comments
Please sign in to leave a comment.