During the Process Cycle Test, the coverage type paths is used. In which way can coverage be varied here?
A. by using boundary values
B. by using a higher or lower test depth level
C. by taking equivalence classes into consideration
See the specification of a discount campaign below:

How many equivalence classes can be distinguished from the above specification?
A. 3
B. 4
C. 5
See the figure below:

Of which test design technique is this an example?
A. Data Combination Test
B. Data Cycle Test
C. Semantic Test
D. Syntactic Test
Which defects can be detected more effectively with development tests than with system and/or acceptance tests?
A. defects related toaffectivity
B. defects related to the database and/or the operating system
C. defects related to the functional specifications
D. defects related to performance
The possible results of every condition are tested at least once. To which coverage type does this refer?
A. condition coverage
B. condition/decision coverage
C. decision coverage
D. modified condition/decision coverage
See the illustration below:
In order to test a registration application for a weekend trip, logical test cases must be created according to the Data Combination Test. It is agreed to conduct light testing. One data pair is defined that must be fully tested in combination:
-day ?attraction
Using a classification tree, six test cases are designed.

Where should the 'bullets' for test case 4 be placed?
A. Saturday, zoo, 2nd
B. Sunday, zoo, family car
C. Sunday, zoo, 2nd
What does a software engineer have to demonstrate at the very least during development testing?
A. That the product meets the functional specifications
B. That the product meets the non-functional specifications
C. That the product meets the technical specifications
D. That the product meets expectations
Which of the following may be a consequence of not performing a pretest?
A. A degradation in quality of the test basis.
B. An increase in the number of test cases.
C. Loss of time during the test execution.
D. Increased risk of damage during production.
Why do designing and managing the test infrastructure sometimes give rise to conflict?
A. The Project Manager and Test Manager have differing interests.
B. The testers work with the same test data during the test execution.
See the specification below: IF Dutch telephone number AND telephone number does not contain 10 digits THEN error message ENDIF How many logical test cases can be generated if a semantic test using the coverage type decision points modified condition/decision coverage is used?
A. 1
B. 2
C. 3
D. 4