Consider a program that determines the next date. Given a month, day and year as input, it
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 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
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: