Valid CTAL-TTA Dumps shared by ExamDiscuss.com for Helping Passing CTAL-TTA Exam! ExamDiscuss.com now offer the newest CTAL-TTA exam dumps, the ExamDiscuss.com CTAL-TTA exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTAL-TTA dumps with Test Engine here:
Consider the code fragment provided below: How many test cases are needed for the code fragment lines 26 - 37 to achieve 100% modified condition/decision coverage?
Correct Answer: B
Modified condition/decision coverage (MC/DC) requires each condition in a decision to be shown to independently affect the decision's outcome. For the code fragment provided, we have three independent conditions that need to be evaluated both as true and false. The minimum number of test cases needed to satisfy MC/DC for three conditions is four, which would allow each condition to be shown to independently affect the outcome of the decision.