List
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to get multiple values from the list based on the index.
Note: Only numerical values are allowed in the input. The index starts with “0,” the first value from the dropdown/ list.
Find the snippet of the keyword below:
In the above example, after the test case debug, the tool fetches the values present in the index and stores them in {GetMulValByIndx} and the execution status “True”/ “False” will be stored in variable {StatusGet}.
Description: This keyword or action instructs Avo Assure Client to select the value from the dropdown 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 provided Value(s) will be selected, and the execution status “True”/ “False” will be stored in variable {SelMulValByTxt}.
Description: This keyword or action instructs Avo Assure Client to select the value from the list based on the index.
Note: Only numerical values are allowed in the input. The index starts with “0, " the first value from the dropdown/list.
Find the snippet of the keyword below:
In the above example, after the test case debugs, the provided index will be selected, and the execution status “True”/ “False” will be stored in variable {SelectMultipleValuesByIndex}.
Description: This keyword or action instructs Avo Assure Client to select all list values.
Find the snippet of the keyword below:
In the above example, after the test case debug, all the values will be selected, and the execution status “True”/ “False” will be stored in variable {selectAll}.
Description: This keyword or action instructs Avo Assure Client to deselect all values from the list.
Find the snippet of the keyword below:
In the above example, after the test case debugs, all the values will be deselected, and the execution status “True”/ “False” will be stored in variable {DeselectAll}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectMultipleValuesByText
<Text1>; <Text2>; <Text3>…
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectMultipleValuesByIndexes
<Index1>; <Index2>; <Index3>…
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectAllValues
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
DeselectAll
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetMultipleValuesByIndexes
<Index1>; <Index2>; <Index3>…
{Variable}; {Status}
Text
Static Values
Dynamic Variables