Tree

Keyword: GETNODENAMEBYINDEX

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: SELECTTREENODE

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Last updated