Which one of the following is a testing principle
Testing is not context dependent
Exhaustive testing is possible
Early testing is impossible
Absence-of-errors fallacy
Evaluating testability of the test basis and test objects is done during
Test Analysis and Design
Test Planning and Control
Test Implementation and Execution
Evaluating Exit Criteria and Reporting
Which one of the following is not a Test Closure Activity?
Checking which planned deliverables have been delivered
Finalizing and archiving testware, the test environment and the test infrastructure for later reuse
Handing over the testware to the maintenance organization
Writing a test summary report for stakeholders
Which of the following is most important to promote and maintain good relation-ships between testers and developers?
Understanding what managers value about testing.
write objective and factual incident reports and review findings
Identifying potential customer work-arounds for bugs
Promoting better quality software whenever possible.
We split testing into distinct stages primarily because:
Each test stage has a different purpose
It is easier to manage testing in stages
We can run different tests in different environments
The more stages we have, the better the testing
Which of the following is likely to benefit most from the use of test tools?
User acceptance testing
System testing
Integration testing
Regression testing
Which of the following requirements is testable?
The system shall be user friendly.
The safety-critical parts of the system shall contain 0 faults.
The response time shall be less than one second for the specified design load.
The system shall be built to be portable.
Which one of the following statements about system testing is NOT true?
System tests are often performed by independent teams.
Faults found during system tests can be very expensive to fix.
End-users should be involved in system tests.
Functional testing is used more than structural testing.
Enough testing has been performed when:
time runs out.
the required level of confidence has been achieved.
no more faults are found.
the users won’t find any serious faults.
Which of the following is true of the V-model?
It includes the verification of designs.
It states that modules are tested against user requirements.
It specifies the test techniques to be used.
It only models the testing phase.