@Mobile

Keyword: BACKPRESS

Description: This keyword or action instructs ICE to stimulate the click of the Back button on the android 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}.

Keyword: CLOSEAPPLICATION

Description: This keyword or action instructs ICE 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).

Keyword: LAUNCHAPPLICATION

Description: This keyword or action instructs ICE 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)

  • Text

  • Static Values

  • Dynamic Variables

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

Keyword: SWIPELEFT

Description: This keyword or action instructs ICE 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, 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 ICE 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).

Keyword: SWIPEUP

Description: This keyword or action instructs ICE 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).

Keyword: HIDESOFTKEYBOARD

Description: This keyword or action instructs ICE 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}.

Keyword: INSTALLAPPLICATION

Description: This keyword or action instructs ICE 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)

  • Text

  • Static Values

  • Dynamic Variables

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