nerdexam
ISTQB

ISTQB-CTFL · Question #31

Which of the following statements contradicts the general principles of testing?

The correct answer is B. If new defects are to be found we should run the same test set more often. Statement B contradicts the general principles of testing, because running the same test set more often will not increase the chances of finding new defects, unless there are some changes in the system or environment that affect the test results. Running different test sets…

Fundamentals of Testing

Question

Which of the following statements contradicts the general principles of testing?

Options

  • AMost defects are found in a small subset of a system's modules.
  • BIf new defects are to be found we should run the same test set more often.
  • CTesting is better if it starts at the beginning of a project.
  • DHow testing is done, is based on the situation in a particular project.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    71% (17)
  • C
    8% (2)
  • D
    17% (4)

Explanation

Statement B contradicts the general principles of testing, because running the same test set more often will not increase the chances of finding new defects, unless there are some changes in the system or environment that affect the test results. Running different test sets with different inputs, outputs or conditions would be more effective in finding new defects. Statements A, C and D are consistent with the general principles of testing. Statement A states that most defects are found in a small subset of a system's modules, which is true according to the defect clustering principle. Statement C states that testing is better if it starts at the beginning of a project, which is true according to the early testing principle. Statement D states that how testing is done, is based on the situation in a particular project, which is true according to the context-dependent testing

Topics

#testing principles#pesticide paradox#test effectiveness#defect detection

Community Discussion

No community discussion yet for this question.

Full ISTQB-CTFL Practice