Tab

Keyword: SELECTTABBYINDEX

Description: This keyword or action instructs Avo Assure Client to select the tab based on the index provided in the input value.

Find the snippet of the keyword below:

In the above example, after the test case debug, the provided index tab will be selected, and the execution status “True”/ “False” will be stored in variable {SelectedTab}.

Keyword: SELECTTABBYTEXT

Description: This keyword or action instructs Avo Assure Client to select the tab based on the text provided in the input.

Find the snippet of the keyword below:

In the above example, after the test case debug, the specified tab will be selected, and the execution status “True”/ “False” will be stored in variable {SelectedTab}.

Keyword: GETSELECTEDTAB

Description: This keyword or action instructs Avo Assure Client to fetch the name of the selected tab and save the result in the output variable.

Find the snippet of the keyword below:

In the above example, after the test case debug, the selected value will be fetched and stored in the variable {GetSelectedTab}, and the execution status “True”/ “False” will be stored in variable {Get}.

Keyword: VERIFYSELECTEDTAB

Description: This keyword or action instructs Avo Assure Client to compare the user-provided input value with the selected tab.

Note: This keyword will pass only if the input value matches the value selected in the dropdown.

Find the snippet of the keyword below:

In the above example, after the test case debug, the selected value will be verified, and the execution status “True”/ “False” will be stored in variable {selected}.

Last updated