0
0
Testing Fundamentalstesting~5 mins

Defect metrics in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are defect metrics in software testing?
Defect metrics are measurements used to track and analyze defects found in software. They help understand the quality and stability of the software by counting and categorizing bugs.
Click to reveal answer
beginner
Explain the term 'Defect Density'.
Defect Density is the number of defects found divided by the size of the software (like lines of code or function points). It shows how many bugs exist per unit size, helping to find problem areas.
Click to reveal answer
intermediate
What does 'Defect Leakage' mean?
Defect Leakage is when defects are missed during testing and found later by users or in production. It shows how many bugs escaped the testing process.
Click to reveal answer
intermediate
How is 'Defect Removal Efficiency (DRE)' calculated?
DRE = (Defects found during testing) / (Defects found during testing + Defects found after release) × 100%. It measures how effective testing was at catching bugs before release.
Click to reveal answer
beginner
Why is tracking 'Defect Age' important?
Defect Age is the time between when a defect is reported and when it is fixed. Tracking it helps teams understand how quickly they respond to and resolve issues.
Click to reveal answer
What does Defect Density measure?
APercentage of defects found after release
BNumber of defects per size of software
CTime taken to fix a defect
DTotal number of test cases executed
Defect Leakage refers to:
ADefects missed in testing but found later
BDefects found during testing
CDefects fixed before release
DDefects reported by developers
How do you calculate Defect Removal Efficiency (DRE)?
A(Defects found during testing) / (Total defects) × 100%
B(Defects found after release) / (Total defects) × 100%
C(Total defects) / (Defects found during testing) × 100%
D(Defects fixed) / (Defects reported) × 100%
Why is Defect Age tracked?
ATo count defects found in production
BTo measure how many defects exist
CTo know how long defects remain open before fixing
DTo calculate defect density
Which metric helps understand testing effectiveness?
ADefect Density
BDefect Leakage
CDefect Age
DDefect Removal Efficiency
Describe the key defect metrics used to measure software quality.
Think about metrics that count defects, measure testing success, and track fix times.
You got /4 concepts.
    Explain how Defect Removal Efficiency helps improve the testing process.
    Consider how catching more defects before release benefits the team.
    You got /4 concepts.