@Mobile

Keyword: BACKPRESS

Description: This keyword or action instructs Avo Assure Client to stimulate the click of the Back button on the iOS device.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a back press operation will be performed on the application under test, and the execution status “True”/ “False” will be stored in variable {BackPress}.

Keyword: CLOSEAPPLICATION

Description: This keyword or action instructs Avo Assure Client to close the running application.

Find the snippet of the keyword below:

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

Keyword: LAUNCHAPPLICATION

Description: This keyword or action instructs Avo Assure Client to launch the application in the device/emulator specified by the user in the input.

Note: Device input syntax: <Package location>; <iOS version>; <Device Name>; <UDID>

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the application will launch, and the execution status “True”/ “False” will be stored in the provided variable.

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

Keyword: HIDESOFTKEYBOARD

Description: This keyword or action instructs Avo Assure Client to hide the soft keys on the mobile screen.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the application’s soft keyboard will be hidden/collapsed, and the execution status “True”/ “False” will be stored in the output variable {HideSoftKeyBoard}.

Keyword: INSTALLAPPLICATION

Description: This keyword or action instructs Avo Assure Client to install the application in the device/emulator specified by the user in the input.

Note: Device input syntax: <Package location>; <iOS version>; <Device name>; <UDID>

Find the snippet of the keyword below:

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

Last updated