Modified condition/decision coverage: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: links syntax and spacing
Added reference for a tutorial on MC/DC
Line 3:
'''Modified Condition/Decision Coverage''' (MC/DC), is used in the standard [[DO-178B]] to ensure that Level A (Catastrophic) [[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<ref>{{cite journal | title = A Practical Tutorial on Modified Condition/ Decision Coverage | month = May | year = 2001 | journal = NASA | last1 = Hayhurst | first1 = Kelly | last2 = Veerhusen | first2 = Dan | last3 = Chilenski | first3 = John | last4 = Rierson | first4 = Leanna | url = http://shemesh.larc.nasa.gov/fm/papers/Hayhurst-2001-tm210876-MCDC.pdf}}</ref>:
 
*Each [[decision]] tries every possible outcome
Line 36:
 
* [http://www.faa.gov/aircraft/air_cert/design_approvals/air_software/cast/cast_papers/media/cast-10.pdf What is a "Decision" in Application of Modified Condition/Decision Coverage (MC/DC) and Decision Coverage (DC)?]
 
== References ==
<references/>