Home › Software Testing › Software Testing › fundamentals_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.
Related questions
Exit criteria for a test phase typically includeTest-driven development (TDD) follows the cycleIn Agile, the tester's role is BEST described asSelenium is BEST described asWhich is a recognised BENEFIT of test automation?Risk-based testing prioritises test effort byA defect lifecycle typically begins with statusA test plan typically describes