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

Pickers- Date & Time

Keyword: GETDATE

Description: This keyword or action instructs ICE to fetch the date from the date picker in the AUT.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetDate
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the tool will fetch the date from the date picker and store it in {GetDate} and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: SETDATE

Description: This keyword or action instructs ICE to set the date in the date picker in the AUT.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetDate
<Input_Value>
(Optional)
  • Text
  • Static Values
  • Dynamic Variables
  • MMM/DD/YYYY
Note: Format- Oct/02/2017
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the tool will set the specified date in the date picker and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYDATE

Description: This keyword or action instructs ICE to verify the date in the date picker of the AUT with the user input.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyDate
<Input_Value>
(Optional)
  • Text
  • Static Values
  • Dynamic Variables
  • MMM/DD/YYYY
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the specified date will be verified against the date set in the date picker of the AUT and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETTIME

Description: This keyword or action instructs ICE to fetch the time from the time picker of the AUT.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetTime
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the time will be fetched and stored in {GetTime} and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: SETTIME

Description: This keyword or action instructs ICE to set the time in the time picker of the AUT.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetTime
<Input_Value>
(Optional)
  • Text
  • Static Values
  • Dynamic Variables
  • HH:MM:AM/PM
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the provided time will be set and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYTIME

Description: This keyword or action instructs ICE to verify the time from the time picker with the user-specified time.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyTime
<Time_Value>
(Optional)
  • Text
  • Static Values
  • Dynamic Variables
  • HH:MM:AM/PM
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the user-specified time will be verified with the time fetched from the time picker and the execution status “True”/ “False” will be stored in the output variable (if specified).
Last modified 7mo ago