List of questions
Related questions
Question 204 - CTFL-2018 discussion
You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes The shop provides a selection of shoes based on the following input parameters:
- There are 4 different sizes, depending on the age of the baby. The system selects the appropriate size based on the following criteria:
Which of the following statements is true?
A.
The total number of combinations of valid equivalence classes of age and gender is 8.
B.
There are two invalid equivalence classes for the age input parameter: age <= 0, and age > 25
C.
All combinations of valid equivalence classes could be covered with 4 test cases.
D.
All valid equivalence classes could be covered with 6 test cases.
Your answer:
0 comments
Sorted by
Leave a comment first