Avo Assure - Master User Guide v23.2.0
Search
K
Comment on page

Number Picker

Keyword: SETNUMBER

Description: This keyword or action instructs ICE 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 ICE 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 ICE 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 and its result will be stored in the variable {verifyNum} and the execution status “True”/ “False” will be stored in the output variable (if specified).