Tree
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the node's name based on the index provided in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetNodeNameByIndex | <Path (separated by ;)> | {Variable} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the node name will be fetched based on the index provided in the input and stored in the variable {NodeName}.
Description: This keyword or action instructs Avo Assure Client to select the specified tree node.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
selectTreeNode | <Path> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the specified tree node will be selected, and the execution status “True”/ “False” will be stored in variable {result}.