Multiple choice technology testing

Which of the following could be used to assess the coverage achieved for structure-based test techniques?A Decision outcomes exercisedB Partitions exercisedC Boundaries exercisedD Causes & effects exercisedE Single/multiple conditions exercisedF Statements exercised

  1. A,F,E

  2. D,A,C

  3. B,C,A

  4. E,F,C

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Structure-based (white-box) testing coverage is measured by which code elements have been executed: decision outcomes (branch coverage), statements (line coverage), and conditions within decisions (condition coverage). Partitions, boundaries, and cause-effect graphs relate to black-box specification-based techniques, not structure-based analysis.