134k views
1 vote
Given the following specification for buying movie tickets, • Seniors (65+): $9 • Adults (14-64): $13 • Kids (0-13): $9 Select the answer that contains the minimal set of values to correctly test a system that would sell tickets. HINT: think of boundary testing, equivalence classes and so on. Select one: -1, 44,65,88 -1,0,9,10 ,15,44,65,88 -1, 0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,44,65,88 -1, 0,9,10,11,12,13,14 -1, 0,5,9,10,11,12,13,14,15,44,65,88

User Oboo Cheng
by
7.3k points

1 Answer

2 votes
The minimal set of values to correctly test a system that sells movie tickets in accordance with the given specification would be:

-1, 0, 9, 10, 14, 15, 65

This set covers the boundary values for each category (seniors, adults, and kids) as well as values within each category for proper equivalence class testing.
User Jayna
by
8.4k points

No related questions found