Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Test coverage is BEST described as

Test coverage is BEST described as

ANumber of defects raised in JIRA only
BDegree to which tests exercise targets
CNumber of tests executed in a sprint
DTotal hours testers spent at desk
Answer & Solution
Correct answer: B. Degree to which tests exercise targets
Coverage measures how thoroughly tests exercise something: code (statement, branch, MC/DC), requirements, risks, configurations, model paths. High coverage does not guarantee defect freedom but indicates rigor.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions