Question 6
Suppose we need to test a program that takes a number of integers as input. The minimum and maximum numbers of integers to be input are 5 and 10 respectively. Identify the correct set of BVA (Boundary Value Analysis) test cases from the following options.
Two test cases: (1) 5 integers as input and (2) 10 integers as input
Three test cases: (1) 5 integers as input, (2) 10 integers as input, and (3) 7 integers as input
Five test cases: (1) 5 integers as input, (2) 10 integers as input, (3) 7 integers as input, (4) 6 integers as input, and (5) 9 integers as input
Five test cases: (1) 5 integers as input, (2) 10 integers as input, (3) 7 integers as input, (4) 4 integers as input, and (5) 11 integers as input