QuestionQ205
Chapter 4: Test Analysis and DesignWhich of the following statements concerning branch coverage is true?
- A The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverage.
- B If full branch coverage has been achieved, then all unconditional branches within the code have surely been exercised.
- C If full branch coverage has been achieved, then all combinations of conditions in a decision table have surely been exercised.
- D Exercising at least one of the decision outcomes for all decisions within the code, ensures achieving full branch coverage.
Community Discussion