CTFL_UK ISTQB Certified Tester Foundation Level (CTFL_UK)

Loading demo links...

Showing 10–12 of 15 questions

Question 10 (Topic 22, Mix Questions Set B)

Consider the following pseudo code

1. Begin

2. Read Gender

3. __Print “Dear”

4. If Gender = ‘female’

5. Print (“Ms”)

6. Else

7. __Print ( “Mr”)

8. Endif

9. 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

Question 11 (Topic 22, Mix Questions Set B)

Which statement BEST describes when test planning should be performed? [K1]

Select an option, then click Submit answer.

  • Test planning is performed only once, at the beginning of the life cycle, andgenerates a Master Test Plan

  • Test planning is performed at the beginning of the life cycle and again at the beginning of test execution

  • Test planning is performed at the beginning of the life cycle and again at every test level

  • Test planning is performed continuously in all life cycle processes and activities

Question 12 (Topic 21, Mix Questions Set A)

Which is not a major task of test implementation and execution?

Select an option, then click Submit answer.

  • Develop and prioritizing test cases, creating test data, writing test procedures and optionally, preparing test harness and writing automated test scripts.

  • Logging the outcome of test execution and recording the identities and versions of the software under test, test tools and test ware.

  • Checking test logs against the exit criteria specified in test planning.

  • Verifying that the test environment has been set up correctly.