Question: Consider a program that determines the next date. Given a month, day and year as input, it determines the date of the next day. The
Consider a program that determines the next date. Given a month, day and year as input, it determines the date of the next day. The month, day and year have integer values subject to the following conditions:
C1: 1 month 12 C2: 1 day 31 C3: 1800 year 2025 We are allowed to add new conditions as per our requirements.
(a) Generate boundary value analysis test cases, robust test cases, worst-case test cases and robust worst-case test cases
(b) Create equivalence classes and generate test cases
(c) Develop a decision table and generate test cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
