Calendar Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to select a specified week.
Find the snippet of the keyword below:
In the above example, after the test case debug, ICE will select the second week of the year 2018, and execution status “True”/ “False” will be stored in variable {SelectWeek}.
Description: This keyword or action instructs Avo Assure Client to select a specified date.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will select the date 26th January 2020, and for execution status “True”/ “False” will be stored in variable {SelectDate}.
Description: This keyword or action instructs Avo Assure Client to select a specified range (‘From’ date to ‘To’ date).
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will select the range from 26th Jan 2020 to 26th Feb 2020, and execution status “True”/ “False” will be stored in variable {SelectRange}.
Description: This keyword or action instructs Avo Assure Client to select a specified month of the year given in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will select the second month of the year 2019, i.e., February, and execution status “True”/ “False” will be stored in variable {SelectMonth}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectDate
<Date (YYYYMMDD)>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectRange
<‘From’ date (YYYYMMDD)>; <‘To’ date (YYYYMMDD)>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectMonth
<Month (MM (ex:01) | | MMM (ex: jan) | | Month (ex: January))>; <Year (YYYY)>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectWeek
<Week (row number)>; <Year(YYYY)>
(Optional)
Text
Static Values
Dynamic Variables