Calendar Handling
Module objective: Practice date picker automation including single-date selection, month navigation, and range validation.
Single Date Selection
What to do: Pick 2026-03-15 in the date field and click Validate Single Date.
Expected result: Status should become Passed: single date selected correctly.
Pending: select 2026-03-15.
Month/Year Navigation + Target Day
What to do: Set Month = September, Year = 2027, Day = 18, then click Validate Month Target.
Expected result: Status should become Passed: month/year/day navigation validated.
Pending: set September 2027 day 18.
Date Range Validation
What to do: Select a start date and end date where end date is after start date. Then click Validate Range.
Expected result: Valid range gives Passed. Invalid range (end before start) shows In Progress.
Pending: select a valid range.
Module Progress
In Progress: completed 0 / 3.