QuestionQ24
Chapter 4: Test Analysis and DesignWhen tests are designed to achieve statement coverage, what do they execute?
- A Only the decisions in the code
- B Only the loops in the code
- C Only the executable statements in the code
- D All lines of code including executable statements and comments
Community Discussion