Decision/Branch coverage strategy,
Options
- always satisfies statement coverage
- is used in black box testing
- means that every branch direction is traversed atleast once
- is the same as condition coverage
CORRECT ANSWER : means that every branch direction is traversed atleast once
Write your comments