Which testing metric evaluates the percentage of executable branches in a control flow graph evaluated by a test suite?
AStatement Coverage
BCondition Coverage
CPath Coverage
DBranch Coverage (Decision Coverage)
Explanation
Branch Coverage measures whether each decision outcome (True and False branches) has been tested at least once.
Exam Relevance
- Topic: Software Testing
- Subtopic: Test Coverage Metrics

No Comments