Calendar Operations

Keyword: SELECTWEEK

Description: This keyword or action instructs ICE to select specified week.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectWeek

<Week (row number)>; <Year(YYYY)>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: SELECTDATE

Description: This keyword or action instructs ICE to select specified date.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectDate

<Date (YYYYMMDD)>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will select date 26th January 2020 and for execution status “True”/ “False” will be stored in variable {SelectDate}.

Keyword: SELECTRANGE

Description: This keyword or action instructs ICE to select specified range (‘From’ date to ‘To’ date).

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectRange

<‘From’ date (YYYYMMDD)>; <‘To’ date (YYYYMMDD)>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will select the range from 26th Jan 2020 to 26th Feb 2020 and execution status “True”/ “False” will be stored in variable {SelectRange}.

Keyword: SELECTMONTH

Description: This keyword or action instructs ICE to select specified month of the year given in the input.

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

Find the snippet of the keyword below:

In the above example after the test case debug, ICE will select the second month of the year 2019 i.e. February and execution status “True”/ “False” will be stored in variable {SelectMonth}.

Last updated