0
0
Testing Fundamentalstesting~5 mins

Test metrics and KPIs in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are test metrics in software testing?
Test metrics are measurements used to assess the quality, progress, and effectiveness of testing activities. They help teams understand how well testing is going and where improvements are needed.
Click to reveal answer
beginner
Define KPIs in the context of software testing.
KPIs (Key Performance Indicators) are specific, important metrics chosen to track the success of testing efforts against goals. They focus on critical areas like defect detection rate or test coverage.
Click to reveal answer
beginner
Why is test coverage an important test metric?
Test coverage shows how much of the software's code or features have been tested. It helps ensure that important parts are not missed and reduces the risk of hidden bugs.
Click to reveal answer
intermediate
Explain the difference between defect density and defect leakage.
Defect density measures the number of defects found per size of the software (like per 1000 lines of code). Defect leakage is the number of defects that escape testing and are found later by users.
Click to reveal answer
intermediate
How can test metrics improve the testing process?
By tracking metrics, teams can spot problems early, measure progress, and make informed decisions to improve test planning, execution, and quality.
Click to reveal answer
Which of the following is a Key Performance Indicator (KPI) in testing?
ANumber of test cases executed
BNumber of meetings held
CDefect detection percentage
DLines of code written
What does test coverage measure?
AThe number of defects fixed
BThe number of testers on the team
CThe time taken to write test cases
DThe percentage of code or features tested
Defect leakage refers to:
ADefects found after release by users
BDefects found during testing
CDefects fixed by developers
DDefects ignored by testers
Why are test metrics important?
ATo measure and improve testing effectiveness
BTo replace manual testing
CTo increase the number of test cases
DTo reduce the number of testers
Which metric would best help track the speed of fixing defects?
ATest coverage
BDefect resolution time
CDefect density
DNumber of test cases
Explain what test metrics and KPIs are and why they matter in software testing.
Think about how measuring helps improve any activity, like tracking your exercise progress.
You got /4 concepts.
    Describe how defect density and defect leakage differ and why both are important to track.
    Compare finding problems inside the factory versus problems customers find after buying.
    You got /4 concepts.