Content deleted Content added
External link to PDF (Position Paper, CAST-10, FAA, 2002) |
No edit summary |
||
Line 1:
{{Wikify|date=September 2008}}
'''Modified Condition/Decision Coverage''' (MC/DC), is used in the standard [[DO-178B]] to ensure that Level A (Catastrophic) [[Software|software]] is [[Software testing|tested]] adequately.
It is a form of exhaustive testing, in that during testing all of the below must be true at least once:
Line 15:
==Definitions==
;Condition: A condition is a leaf-level [[Boolean algebra (logic)|Boolean]] [[Expression (programming)|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.
|