Software Testing

(2) Test Selection I

What is Modified Condition/Decision Coverage?

  • Independently swap the value of each literal, if the result changes, use as test case
    • Makes sure that influence of each individual literal on the outcome can be tested
  • Subsumes condition and decision and C/D coverage

Diskussion