Picker

Keyword: SETVALUE

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

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetValue

<Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetValue

NA

{Variable}; {Status}

NA

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

Last updated