Content deleted Content added
There was no definition provided of "Decision" - this was needed to understand the concepts explained here fully |
|||
Line 16:
==Definitions==
;Condition: A condition is a leaf-level Boolean expression (it cannot be broken down into a simpler Boolean expression).
;Decision: A Boolean expression composed of conditions and zero or more Boolean operators. A decision without a Boolean operator is a condition.
;Condition Coverage: Every condition in a decision in the program has taken all possible outcomes at least once.
|