CTFL-001 ISTQB Certified Tester Foundation Level

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Scenario 9 "Test Management Documentation")

Within the projects, a master test plan and phase test plan will be used. Following is a list of characteristics applicable for test plans:

a. Any deviation from the procedures described in the test strategy document

b. The overall estimated costs, timescales and resource requirements

c. A detailed schedule of testing activities

d. The development deliverables to be tested

e. Which test staff members (names) will be involved and when

f. Level of requirements coverage achieved

Which THREE of the above mentioned characteristics relate to the master test plan? 1 credit

Select all that apply, then click Submit answer.

  • a

  • b

  • c

  • d

  • e

  • f

Question 8 (Topic 22, Mix Questions Set B)

Which of the following would typically be identified using static analysis by tools? [K1]

Select an option, then click Submit answer.

  • Spelling mistake on an error message

  • A potential infinite loop

  • Memory leakage

  • A variable set to the wrong value

Question 9 (Topic 21, Mix Questions Set A)

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

10 Print (Time, "noon")

11 Endif

12 End

How many test cases are needed to achieve 100 per cent decision coverage?

Select an option, then click Submit answer.

  • 1

  • 2

  • 3

  • 4