Topic 21: Mix Questions Set A
Which of the following is the main purpose of the component build and integration strategy?
A.
to ensure that all of the small components are tested
B.
to ensure that the system interfaces to other systems and networks
C.
to ensure that the integration testing can be performed by a small team
D.
to specify how the software should be divided into components
E.
to specify which components to combine when, and how many at once
to specify which components to combine when, and how many at once
What is the concept of introducing a small change to the program and having theeffects of
that change show up in some test..?
A.
Introducing mutations
B.
Performance testing
C.
A mutation error
D.
Debugging a program
Introducing mutations
Which is not the testing objective?
A.
Finding defects
B.
Gaining confidence about the level of quality and providing information
C.
Preventing defects.
D.
Debugging defects
Debugging defects
The difference between re-testing and regression testing is:
A.
Re-testing is running a test again; regression testing looks for unexpected side effects
B.
Re-testing looks for unexpected side effects; regression testing is repeating those tests
C.
Re-testing is done after faults are fixed; regression testing is done earlier
D.
Re-testing uses different environments, regression testing uses the same environment
E.
Re-testing is done by developers, regression testing is done by independent testers
Re-testing is running a test again; regression testing looks for unexpected side effects
What is the purpose of exit criteria?
A.
To identify how many tests to design.
B.
To identify when to start testing.
C.
To identify when to stop testing.
D.
To identify who will carry out the test execution.
To identify when to stop testing.
Page 16 out of 66 Pages |
Previous |