Valid ISEB-SWT2 Dumps shared by ExamDiscuss.com for Helping Passing ISEB-SWT2 Exam! ExamDiscuss.com now offer the newest ISEB-SWT2 exam dumps, the ExamDiscuss.com ISEB-SWT2 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com ISEB-SWT2 dumps with Test Engine here:
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 1 0 Print (Time, "noon") 1 1 Endif 1 2 End If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?
Correct Answer: D
Test case 1 exercises the decision outcomes True, False, False Test case 2 exercises the decision outcomes False, True, False This leaves the True outcome of decision 3 not exercised. Of the 6 possible decision outcomes, 5 have been exercised, so the decision coverage is 5/6 (about 83%).