Which of the following is a structure-based (white-box) technique?
Correct Answer:
C
All other options are specification-based (black-box) techniques, and the main distracter is answer (A) because decision table testing could be confused with decision testing.
Which of the following team roles would be most appropriate to enhance the team and why? 2 credits
Correct Answer:
D
A garden irrigation system allows the user to specify 2 inputs:
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on; ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
Correct Answer:
B
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?
Assume that the two conditions are independent of each other : -if (Condition 1)then statement 1else statement 2if (Condition 2)then statement 3
Correct Answer:
A
What is the purpose of test completion criteria in a test plan:
Correct Answer:
E