CTFL-UK 試験問題を無料オンラインアクセス
| 試験コード: | CTFL-UK |
| 試験名称: | ISTQB Certified Tester Foundation Level (Syllabus 2011, GB only) |
| 認定資格: | ISQI |
| 無料問題数: | 340 |
| 更新日: | 2026-08-26 |
Given the following figures for the testing on a project, and assuming the failure rate for initial tests remains constant and that all retests pass, what number of tests remain to be run? 3 credits
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?
Which of the following are the most important factors to be taken into account when selecting test techniques?
(i) Tools available.
(ii) Regulatory standards.
(iii) Experience of the development team.
(iv) Knowledge of the test team.
The need to maintain levels of capability in each technique.
Which of the following statements BEST describes one of the seven key principles of software testing?