ISTQB Sample Paper
ISTQB Sample Paper
in
Software Testing
Record your surname and initials on the Answer sheet, writing in block
capitals at the top and marking the relevant letter in each column.
The copying of this paper in any format is expressly forbidden without the written
approval of ISEB
Question 1
Question 2
Question 3
To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Question 4
Question 5
A i, iii, iv. B
B i, ii, iii. D
C ii, iv, v. A
D ii, iii, v. C
Question 6
Which of the following is an objective of a pilot project for the introduction of a testing tool?
Q #: 6 File:
40 6
A Evaluate testers’ competence to use the tool. C
B Complete the testing of a key project. D
C Assess whether the benefits will be achieved at reasonable cost. A
D Discover what the requirements for the tool are. B
Question 7
Question 8
In a REACTIVE approach to testing when would you expect the bulk of the test design work to
Q #: 8 File:
31 5
be begun?
A After the software or system has been produced. A
B During development. C
C As early as possible. B
D During requirements analysis. D
Question 9
i To localise a defect.
ii To fix a defect.
iii To show value.
iv To increase the range of testing.
A i, iii. B
B ii, iii, iv. C
C ii, iv. D
D i, ii.A
Question 10
What is the expected result for each of the following test cases?
A.TC1: Fred is a 32 year old smoker resident in London
B.TC3: Jean-Michel is a 65 year non-smoker resident in Paris
Question 11
Question 12
i. Elaborate and describe test cases in detail by using test design techniques.
ii. Specify the order of test case execution.
iii. Analyse requirements and specifications to determine test conditions.
iv. Specify expected results.
According to the process of identifying and designing tests, what is the correct order of these
activities?
Question 13
Question 14
Question 15
To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
A £28000. D
B £33501. A
C £32001. C
D £1500. B
Question 16
Which of the following defines the sequence in which tests should be executed?
Q #: 16 File:
21 4
A Test plan. D
B Test procedure specification. A
C Test case specification. C
D Test design specification. B
Question 17
Which of the following series of state transitions below will provide 0-switch coverage?
A A, B, E, B, C, F, D. A
B A, B, E, B, C, F, F. B
C A, B, E, B, C, D. D
D A, B, C, F, F, D. C
Question 18
What is the expected result for each of the following test cases?
A. Frequent flyer member, travelling in Business class
B. Non-member, travelling in Economy class
Question 19
During which fundamental test process activity do we determine if MORE tests are needed?
Q #: 19 File:
3 1
A Test implementation and execution. D
B Evaluating test exit criteria. A
C Test analysis and design. C
D Test planning and control. B
Question 20
Question 21
Given the following specification, which of the following values for age are in the SAME
Q #: 21 File:
24 4
equivalence partition?
If you are less than 18, you are too young to be insured.
Between 18 and 30 inclusive, you will receive a 20% discount.
Anyone over 30 is not eligible for a discount.
Question 22
Considering the following pseudo-code, calculate the MINIMUM number of test cases for
Q #: 22 File:
28 4
statement coverage, and the MINIMUM number of test cases for decision coverage respectively.
READ A
READ B
READ C
IF C>A THEN
IF C>B THEN
PRINT "C must be smaller than at least one number"
ELSE
PRINT "Proceed to next stage"
ENDIF
ELSE
PRINT "B can be smaller than C"
ENDIF
A 3, 3. A
B 2, 3. B
C 2, 4. D
D 3, 2. C
Question 23
Question 24
Question 25
A B C D E F
SS S1
S1 S2
S2 S3 S1
S3 ES S3
ES
Question 26
Which of the following is a characteristic of good testing in any life cycle model?
Q #: 26 File:
10 2
A All document reviews involve the development team. D
B Some, but not all, development activities have corresponding test activities. C
C Each test level has test objectives specific to that level. A
D Analysis and design of tests begins as soon as development is complete. B
Question 27
Which activity in the fundamental test process includes evaluation of the testability of the
Q #: 27 File:
8 1
requirements and system?
A Test analysis and design. A
B Test planning and control. B
C Test closure. D
D Test implementation and execution. C
Question 28
The following statements are used to describe the basis for creating test cases using either black
Q #: 28 File:
22 4
or white box techniques:
Which combination of the statements describes the basis for black box techniques?
A ii and iii. A
B ii and iv. C
C i and iv. D
D i and iii. B
Question 29
What is typically the MOST important reason to use risk to drive testing efforts?
Q #: 29 File:
6 1
A Because testing everything is not feasible. A
B Because risk-based testing is the most efficient approach to finding bugs. C
C Because risk-based testing is the most effective way to show value. D
D Because software is inherently risky. B
Question 30
Question 31
Question 32
For testing, which of the options below best represents the main concerns of Configuration
Q #: 32 File:
33 5
Management?
A i, iv, vi. A
B ii, iii, v. B
C i, iii, iv. C
D iv, v, vi. D
Question 33
Question 34
A ii and iv. C
B ii, iii and iv. A
C i, ii and iii. B
D i and iii. D
Question 35
In which of the following orders would the phases of a formal review usually occur?
Q #: 35 File:
17 3
A Planning, preparation, kick off, meeting, rework, follow up. D
B Kick off, planning, preparation, meeting, rework, follow up. C
C Preparation, planning, kick off, meeting, rework, follow up. B
D Planning, kick off, preparation, meeting, rework, follow up. A
Question 36
i. Provide developers and other parties with feedback about the problem to enable identification, isolation and correction as
necessary.
ii. Provide ideas for test process improvement.
iii. Provide a vehicle for assessing tester competence.
iv. Provide testers with a means of tracking the quality of the system under test.
A i, ii, iii. B
B i, ii, iv. A
C i, iii, iv. D
D ii, iii, iv. C
Question 37
Consider the following techniques. Which are static and which are dynamic techniques?
Q #: 37 File:
19 3
i. Equivalence Partitioning.
ii. Use Case Testing.
iii.Data Flow Analysis.
iv.Exploratory Testing.
v. Decision Testing.
vi Inspections.
Question 38
Question 39
Which of the following are disadvantages of capturing tests by recording the actions of a manual
Q #: 39 File:
39 6
tester?
i The script may be unstable when unexpected events occur.
ii Data for a number of similar tests is automatically stored separately from the script.
iii Expected results must be added to the captured script.
iv The captured script documents the exact inputs entered by the tester.
v When replaying a captured test, the tester may need to debug the script if it doesn’t play correctly.
A i, iii, iv, v. A
B ii, iv and v. D
C i, ii and iv. C
D i and v. B
Question 40
Question Answer
No
1. A
2. B
3. D
4. B
5. C
6. C
7. B
8. A
9. D
10. C
11. C
12. A
13. D
14. C
15. B
16. B
17. A
18. C
19. B
20. B
21. C
22. A
23. D
24. B
25. B
26. C
27. A
28. A
29. A
30. B
31. D
32. A
33. C
34. B
35. D
36. B
37. B
38. D
39. A
40. A