Practice free →
HomeSoftware TestingSoftware Testingfundamentals_levels_techniques › Statement coverage measures the percentage of

Statement coverage measures the percentage of

AExecutable statements exercised by tests
BBranches taken in both true and false ways
CConditions evaluated to both true and false
DTest cases that have passed without error
Answer & Solution
Correct answer: A. Executable statements exercised by tests
Statement coverage = (executed statements / total statements) x 100. It is the weakest coverage criterion. Branch coverage is stronger; condition / MC/DC coverage stronger still.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions