Question: 1
Which of the following is a correct set of boundary values to test the "Group Size" parameter, as defined by the following statement;
"In a reservation system for groups visiting a small museum, the graphical user interface presents a field asking the number of group members. Group size can be anywhere from 2 to 20 visitors"
A 0,1,8,21,22
B 0,1,2,3,10,19,20,21,22
C 2,3,19,20
D 1,2,20,21
Answer : C
Show Answer
Hide Answer
Question: 2
Consider the following pseudo code
1. Begin
2. Read Gender
3. __Print ''Dear''
4. If Gender = 'female'
5. Print (''Ms'')
6. Else
7. __Print ( ''Mr'')
8. Endif
9. End
How many test cases are needed to achieve 100 per cent decision coverage?
Question: 3
Which of the following are 'Exit Criteria?'
Question: 4
''Experience based" test design techniques, typically...
Question: 5
Which of the main activities of the fundamental test process does the task 'verify the test environment set up is correct' relate to? [K1]