Modified condition/decision coverage: Difference between revisions

Content deleted Content added
unhelpful links (decision, condition) taken out
Line 3:
To satisfy the MC/DC coverage criterion, 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
*Each [[condition]] in a decision takes on every possible outcome
*Each entry and exit point is invoked
*Each condition in a decision is shown to independently affect the outcome of the decision.