Q. A Online Bus Reservation System asks number of seats to be reserved by user where user can reserve seats till its capacity will be full. If a tester wants to test that particular field using Boundary Value, what do you think will be a correct set of input values?- Published on 14 Aug 15a. 1, 2, capacity -1, capacity, capacity + 1
b. 0, 1, capacity, capacity + 1
c. 0, 1, 2, capacity + 1, a very large number
d. 0, 1, 10, 100, capacity, capacity+1
ANSWER: 0, 1, capacity, capacity + 1