Consider the following decision table,
How many cases are left when this decision table is collapsed?
Number of correct answers: 1
Answer : C
How many test cases are required to test a specification that has three conditions using a decision table testing which is not collapsed?
Number of correct answers: 1
Answer : D
What is the theoretical maximum level of switch coverage that can be achieved for the state diagram above?
Number of correct answers: 1
Answer : B
Based on the state diagram above, how many invalid test cases could be identified in a state table?
Number of correct answers: 1
Answer : A
Based on the state diagram above, how many test cases are needed to achieve 1-switch coverage?
Number of correct answers: 1
Answer : C
Which of the following is the most important benefit of making exploratory testing part of your test approach for the ''Bonus Program''?
Number of correct answers: 1
Answer : D
The application of multiple condition testing is also being considered.
Which specification-based technique is largely based on the principle of multiple condition testing?
Number of correct answers: 1
Answer : C