Content deleted Content added
m r2.7.2) (Robot: Modifying nl:Modified Condition Decision Coverage |
|||
Line 23:
;Condition/decision coverage: Every point of entry and exit in the program has been invoked at least once, every condition in a decision in the program has taken all possible outcomes at least once, and every decision in the program has taken all possible outcomes at least once.
;Modified condition/decision coverage: Every point of entry and exit in the program has been invoked at least once, every condition in a decision in the program has taken on all possible outcomes at least once, and each condition has been shown to affect that decision's outcome independently. A condition is shown to affect a
== External links ==
|