CTFL_SYLL_4.0 · Question #35
The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:
The correct answer is C. is expressed by the testing principle referred to as 'Defects cluster together'. The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle, is expressed by the testing principle referred to as `Defects cluster together'. This…
Question
The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:
Options
- Ais a false myth
- Bis expressed by the testing principle referred to as Tests wear out'
- Cis expressed by the testing principle referred to as 'Defects cluster together'
- Dis expressed by the testing principle referred to as 'Bug prediction'
How the community answered
(40 responses)- A3% (1)
- B3% (1)
- C90% (36)
- D5% (2)
Explanation
The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle, is expressed by the testing principle referred to as `Defects cluster together'. This principle states that a small number of modules contain most of the defects detected, or that a small number of causes are responsible for most of the defects. This principle can be used to guide the test analysis and design activities, by prioritizing the testing of the most critical or risky modules, or by applying more rigorous test techniques to them.
Topics
Community Discussion
No community discussion yet for this question.