Free CTFL-Foundation Exam Dumps

Question 21

Which of the following product risks would be most effectively addressed just by static testing? 3 credits

Correct Answer:C

Question 22

Which one of the following estimation approaches is appropriate at this stage of the project? 2 credits

Correct Answer:A

Question 23

Consider the following pseudo code: 1 Begin
2 Read Time
3 If Time < 12>4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then 10 Print (Time, "noon") 11 Endif
12 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%).

Question 24

Which of the following would be the TWO most appropriate examples of entry criteria documented in the system integration test plan? 2 credits

Correct Answer:AB

Question 25

Which of the following statements is the MOST valid goal for a test team?

Correct Answer:B