@Mobile
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to stimulate the click of the Back button on the iOS device.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
BackPress | NA | (Optional) | NA |
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}.
Description: This keyword or action instructs Avo Assure Client to close the running application.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
CloseApplication | NA | (Optional) | NA |
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).
Description: This keyword or action instructs Avo Assure Client to launch the application in the device/emulator specified by the user in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
LaunchApplication | <Package location>; <iOS version>; <Device Name>; <UDID> | (Optional) |
|
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.
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the bottom.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeDown | NA | (Optional) | NA |
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).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the left.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeLeft | NA | (Optional) | NA |
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).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the right.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeRight | NA | (Optional) | NA |
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).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the top.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeUp | NA | (Optional) | NA |
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).
Description: This keyword or action instructs Avo Assure Client to hide the soft keys on the mobile screen.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
HideSoftKeyBoard | NA | (Optional) | NA |
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}.
Description: This keyword or action instructs Avo Assure Client to install the application in the device/emulator specified by the user in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
InstallApplication | <Package location>; <iOS version>; <Device name>; <UDID> | (Optional) |
|
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).