Question: Consider a program that calculates the area of a rectangle with input variables length and width. The program assumes the values entered to be whole
- Consider a program that calculates the area of a rectangle with input variables length and width. The program assumes the values entered to be whole numbers and that 0 < width 100 and 100 length < 350.
- What are the valid and invalid equivalence classes?
- What are the boundary values for each equivalence class?
- What is the number of test cases if exhaustive testing is performed?
- What is the number of test cases if equivalence class partitioning is used?
- What is the number of test cases if robust Boundary Value Analysis is performed?
- What is the number of test cases if worst case Boundary Value Analysis is performed?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
