Software Testing

(2) Test Selection I

What is (Decision/)Branch Coverage?

  • Every edge of the CDF is executed at least once
  • Covers the case of an if-statement without an 'else' (not like path coverage)

Diskussion