Given the following requirement:
Requirement ID. 2.8
Requirement Description Additional Entrance Fee
Detailed Description
An additional fee of $3 is charged during the weekend, but
1)Visitors aged under 7 are not charged.
2)Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3)Visitors greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above
Weekend means Friday to Sunday inclusive.
Which of the following statements is NOT correct?
- 7 and 13 are boundary values for the equivalence partition including age 10.
- Thursday is a valid input boundary value
- A minimum valid test cases are derived from boundary value analysis based on input age
- $3.01 is a valid output boundary value
Reveal Solution Next Question