@Mobile
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to stimulate the click of the Back button on the Android 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}.
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).
Description: This keyword or action instructs Avo Assure Client to retrieve the serial numbers of all the connected devices/emulators.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a list of connected devices/emulators will be fetched and stored in the output variable {device}. The execution status ‘Pass’/ ’Fail’ will be stored in the second output variable (if specified).
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}.
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: <Apk File Location>; <android version>; <serial Number> Android Emulator input syntax: <Apk File Location>; <android version>; <emulator name> Example for Android emulator name: emulator-5554
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 variable {InstallApp}
Description: This keyword or action instructs Avo Assure Client to invoke the device/emulator specified by the serial number in the input.
Note: Device <serialNumber> (Ex: <F7AZFG04V017>) Emulator <serialNumber> is emulator name (Ex: <emulator-5554>)
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the device/emulator with the specified serial number will be invoked, 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 maximize the provided window.
Note: Device input syntax: <Apk File Location>; <android version>; <serial Number> Android Emulator input syntax: <Apk File Location>; <android version>; <emulator name> Example for Android emulator name: emulator-5554
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the application will be launched on the device/emulator specified, 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 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).
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).
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).
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).
Description: This keyword or action instructs Avo Assure Client to uninstall the application from the device/emulator specified by the user in the input.
Note: This keyword can be used only after the keywords like LaunchApplication/ InstallApplication have been used.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the application will be uninstalled, and the execution status “True”/ “False” will be stored in the provided variable {uninstall}.
Description: This keyword or action instructs Avo Assure Client to stop/kill the APM server.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the APM server will be stopped, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Keyword
Input Syntax
Output Syntax
Supported Input Formats
CloseApplication
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetDevices
NA
{Variable}; {Status}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
HideSoftKeyBoard
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
InstallApplication
<Apk File location>; <android version>; <serial Number>
(optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
InvokeDevice
<serialNumber>
(optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LaunchApplication
<Apk File location>; <android version>; <serial Number>
(optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeDown
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeLeft
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeRight
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeUp
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
UnInstallApplication
<Apk File location>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
StopServer
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
BackPress
NA
(Optional)
NA