See the illustration below:
To test a registration application for a weekend trip, logical test cases must be created in accordance with the Data Combination Test. In addition, it has been agreed that less depth testing must be performed. One data pair has been defined
that must be fully tested in combination:
* car - attraction
Eight test cases are designed using a classification tree.

Where must the 'bullets' for test case 4 be placed?
A. Saturday, fun park, 2nd
B. Sunday, museum, station
C. Sunday,fun park, station
A structured testing approach is characterized by:
*
providing concrete footholds
*
covering the full scope and describing the complete range of relevant aspects
*
providing a structure, so that it is clear what exactly by whom, when and in what sequence has to be done What is the fourth characteristic?
A.
it delivers insight into and advice on any risks in respect of the quality of the tested system
B.
managing test activities in the context of time, money and quality
C.
the testing is on the critical path of the total development, as briefly as possible, so that the total lead time of development is shortened
D.
to find defects at an early stage
See the definition below: The ease with which the information system can be adapted to new requirements of the user and the changing external environment, or to correct errors. Of which quality characteristic is this the definition?
A. manageability
B. flexibility
C. maintainability
See the specification below in which a decision point is described:
R = (D OR E) AND F
Use of the coverage type decision points modified condition/decision coverage produces the following table with test situations:

Which values are missing where the dots are stated (? to make the table complete?
A. 010
B. 011
C. 110
D. 111
What is not a general step when specifying test cases?
A. allocating the test techniques
B. identifying test situations
C. creating the test script
D. establishing the starting point
A fun park is celebrating its 25th birthday and has come up with the following discount campaign:
Everybody is given 50% discount on their admission ticket. Children younger than 4 years, adults older than 64 years, and for this special occasion adults aged 25 years will be allowed in free.
How many equivalence classes are included in this situation?
A. 3
B. 4
C. 5
See the specification below:

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
What is the correct description of the term est level?
A. the information that defines the required system behavior
B. a group of test activities with the attention of checking the information system in respect of a number of correlated (part aspects of) quality characteristics
C. a group of test activities that are managed and executed collectively
See the following specification:

How many test situations can be distinguished for this specification when the coverage type decision points modified condition/decision is used?
A. 2
B. 6
C. 8
D. 64
During the test execution of a large customer registration system, the system went down for several times. Although there were no test cases described the tester concluded that the continuity was poor. Which testing method is described here?
A. dynamic explicit testing
B. dynamic implicit testing
C. static testing