Picker

Keyword: SETVALUE

Description: This keyword or action instructs the tool to set the value specified by the user in the picker.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the value is set on the picker, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETVALUE

Description: This keyword or action instructs the tool to get the value specified by the user in the picker.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the tool gets the value from the picker and stores it in the variable {Value}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: SWIPEDOWN

Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the bottom.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a swipe-down operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SWIPELEFT

Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the left.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the swipe left operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SWIPERIGHT

Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the right.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, swipe right operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SWIPEUP

Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the top.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a swipe-up operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated