Number Picker

Keyword: SETNUMBER

Description: This keyword or action instructs Avo Assure Client to set the number in the number picker of the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetNumber

<Input_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

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

Keyword: GETNUMBER

Description: This keyword or action instructs Avo Assure Client to get the number from the number picker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetNumber

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

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

Keyword: VERIFYNUMBER

Description: This keyword or action instructs Avo Assure Client to verify the number from the number picker of the AUT with the user-specified input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

verifyNumber

<number>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the user-specified number will be verified with the number fetched from the number picker. Its result will be stored in the variable {verifyNum}, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated