What is not an advantage of applying a test design technique and recording it in the test specifications?
A. that the tests are reproducible
B. that the test specifications are transferable
C. that coverage of 100% is achieved
D. that it provides a justified elaboration of the test strategy
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
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
For the creation of the central starting point there are several techniques. In the given situation it is necessary that consistency between the data entered is guaranteed. Which of the techniques below is preferable if only one technique may be used?
A. use of production data
B. entering through separate front-end software
C. entering through regular system functions
See the specification below:
IF A AND (B OR C) THEN error message ENDIF
How many logical test cases are distinguished if Semantic Testing with coverage type decision points condition/decision coverage is used?
A. 2
B. 3
C. 4
D. 8
Drivers can be used in the Execution phase of a test process. What are drivers for?
A. to test, at an early stage, a module that has relationships with modules not yet realized
B. to gain insight into aspects like memory use, CPU use, network load and performance
C. to determine whether the system continues to function correctly and at the required speeds under the expected production load
See the procedure flow below:

How many test situations are produced when the coverage type paths with test depth level 2 is used?
A. 3
B. 8
C. 12
D. 13
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
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