Free CTFL-Foundation Exam Braindumps

Pass your Certified Tester Foundation Level exam with these free Questions and Answers

Page 18 of 67
QUESTION 81

Which of the following is not a quality characteristic listed in ISO 9126 Standard?

  1. A. Functionality
  2. B. Usability
  3. C. Supportability
  4. D. Maintainability

Correct Answer: C

QUESTION 82

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?

  1. A. 100% or 6/6
  2. B. 50% or 3/6
  3. C. 67% or 4/6
  4. D. 83% or 5/6

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 83

What is the main reason why reviews are especially beneficial in the above-mentioned scenario? 2 credits

  1. A. They ensure a common understanding of the product.
  2. B. They find defects early.
  3. C. They enhance project communication.
  4. D. They can be performed without exercising the code.

Correct Answer: D

QUESTION 84

Which statement correctly describes debugging? [K2]

  1. A. Testers identify defects, developers locate and correct defects, testers confirm the correction has cleared the original defect
  2. B. Developers identify defects, testers locate defects, developers correct and confirm the correction has cleared the original defect
  3. C. Testers identify and locate defects, developers correct defects and confirm the correction has cleared the original defect
  4. D. Developers identify, locate and correct defects, testers confirm the correction has cleared the original defect

Correct Answer: A

QUESTION 85

Relying only on the information provided in the scenario, select the TWO items and/or features for which sufficient information is available to proceed with test design. 2 credits

  1. A. All supported credit cards
  2. B. Language localization
  3. C. Valid and invalid advances
  4. D. Usability
  5. E. Response time

Correct Answer: AC

Page 18 of 67

Post your Comments and Discuss ISTQB CTFL-Foundation exam with other Community members: