Date & Time Components
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to set the date in the date picker in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetDate | <Input_Value> | (Optional) |
|
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).
Description: This keyword or action instructs Avo Assure Client to set the time in the time picker of the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetTime | <Input_Value> | (Optional) |
|
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).