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 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
See the illustration below:
Which test situations can be differentiated when the coverage type paths test depth level 2 is used?
A. 1-2; 2-3; 3-4; 2-4; 2-5; 2-6; 3-5; 3-6; 4-5; 4-6; 5-6
B. 1-2; 1-3; 1-4; 2-5; 3-5; 4-5; 2-6; 3-6; 4-6
C. 1-2-5; 1-2-6; 1-3-6; 1-3-5; 1-4-6; 1-4-5
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
What strongly benefits the quality characteristic 'testability'?
A. the ease of operation of the system by the end-users
B. the ease with which an interface can be created with another information system
C. the ease with which the information system can be placed and maintained in an operational condition
D. having a regression test and othertestware
What is the definition of valuation? What is the definition of valuation?
A. Evaluation gives insight in the actual and future status of the end product.
B. Evaluation is a process that gives insight into and advice on quality and related risks.
C. Evaluation is assessing the interim products in the system development process.
What is the aim of a unit test?
A. to demonstrate that a unit meets the functional specifications
B. to demonstrate that a unit meets the technical specifications
C. to demonstrate that a unit integrates properly with other units
Which TMap phase may be located on the critical path?
A. Planning and Control
B. Specification
C. Execution
D. Preparation
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
There are two parties in the V model:
*
the supplying party
*
the accepting party
Which system development phase or test phase is not performed by the supplying party?
A.
Functional design
B.
Realization
C.
System test
D.
Technical design