WWW - Ajoysingha.info: ISTQB Question Paper - 13
WWW - Ajoysingha.info: ISTQB Question Paper - 13
WWW - Ajoysingha.info: ISTQB Question Paper - 13
Question 1
Question 2
B Component testing searches for defects in programs that are separately testable.
D Component testing aims to expose problems in the interactions between software and
hardware components.
Question 3
To the nearest whole pound, which of these groups of numbers fall into three
DIFFERENT equivalence classes?
V www.ajoysingha.info
C £28000; £28001; £32001.
Question 4
B Errors in requirements.
C Undeclared variables.
D Uncalled functions.
Question 5
ii Metrics gathering.
iv Test execution.
v Data generation.
A i, iii, iv.
B i, ii, iii.
C ii, iv, v.
D ii, iii, v.
Question 6
Which of the following is an objective of a pilot project for the introduction of a testing
tool?
V www.ajoysingha.info
C Assess whether the benefits will be achieved at reasonable cost.
Question 7
Question 8
In a REACTIVE approach to testing when would you expect the bulk of the test design
work to
be begun?
B During development.
C As early as possible.
Question 9
i To localise a defect.
ii To fix a defect.
V www.ajoysingha.info
A i, iii.
C ii, iv.
D i, ii.
Question 10
Rule 1
Rule 2
Rule 3
Rule 4
Conditions
UK resident?
False
True
True
True
Smoker?
Don’t care
Don’t care
False
V www.ajoysingha.info
True
Actions
Insure client?
False
False
True
True
What is the expected result for each of the following test cases?
Question 11
V www.ajoysingha.info
iii.To identify the cause of defects.
C i, ii and iv.
Question 12
i. Elaborate and describe test cases in detail by using test design techniques.
According to the process of identifying and designing tests, what is the correct order of
these
activities?
Question 13
V www.ajoysingha.info
C To determine how much the planned changes will affect users.
Question 14
A The system must be able to perform its functions for an average of 23 hours 50 mins
per day.
Question 15
To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
A £28000.
B £33501.
C £32001.
D £1500.
Question 16
Which of the following defines the sequence in which tests should be executed?
A Test plan.
V www.ajoysingha.info
C Test case specification.
Question 17
Which of the following series of state transitions below will provide 0-switch coverage?
A A, B, E, B, C, F, D.
B A, B, E, B, C, F, F.
C A, B, E, B, C, D.
D A, B, C, F, F, D.
Question 18
Rule 1
Rule 2
Rule 3
Rule 4
V www.ajoysingha.info
Conditions
Class
Business
Economy
Business
Economy
Actions
V www.ajoysingha.info
What is the expected result for each of the following test cases?
Question 19
During which fundamental test process activity do we determine if MORE tests are
needed?
Question 20
A Project risks are potential failure areas in the software or system; product risks are risks
that surround the
B Project risks are the risks that surround the project’s capability to deliver its objectives;
product risks are
C Project risks are typically related to supplier issues, organizational factors and technical
issues; product risks
V www.ajoysingha.info
are typically related to skill and staff shortages.
D Project risks are risks that delivered software will not work; product risks are typically
related to supplier issues,
Question 21
Given the following specification, which of the following values for age are in the SAME
equivalence partition?
If you are less than 18, you are too young to be insured.
Question 22
Considering the following pseudo-code, calculate the MINIMUM number of test cases
for
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
V www.ajoysingha.info
PRINT "C must be smaller than at least one number"
ELSE
ENDIF
ELSE
ENDIF
A 3, 3.
B 2, 3.
C 2, 4.
D 3, 2.
Question 23
D Independent testers see other and different defects, and are unbiased.
Question 24
D Security tool.
V www.ajoysingha.info
Question 25
A
B
C
D
E
F
SS
S1
S1
S2
S2
S3
V www.ajoysingha.info
S1
S3
ES
S3
ES
Question 26
V www.ajoysingha.info
Which of the following is a characteristic of good testing in any life cycle model?
B Some, but not all, development activities have corresponding test activities.
Question 27
Which activity in the fundamental test process includes evaluation of the testability of the
C Test closure.
Question 28
The following statements are used to describe the basis for creating test cases using either
black
Which combination of the statements describes the basis for black box techniques?
A ii and iii.
B ii and iv.
V www.ajoysingha.info
C i and iv.
D i and iii.
Question 29
What is typically the MOST important reason to use risk to drive testing efforts?
Question 30
C The time since the last change was made to the system.
Question 31
A An independent tester may find defects more quickly than the person who wrote the
software.
B An independent tester may be more focused on showing how the software works than
the person who wrote
the software.
C An independent tester may be more effective and efficient because they are less
familiar with the software
V www.ajoysingha.info
D An independent tester may be more effective at finding defects missed by the person
who wrote the software.
Question 32
For testing, which of the options below best represents the main concerns of
Configuration
Management?
ii. All items of testware are used in the final acceptance test;
vi. All items of testware are related to each other and to development items.
A i, iv, vi.
B ii, iii, v.
C i, iii, iv.
D iv, v, vi.
Question 33
Question 34
V www.ajoysingha.info
Regression testing should be performed:
i once a month
A ii and iv.
C i, ii and iii.
D i and iii.
Question 35
In which of the following orders would the phases of a formal review usually occur?
Question 36
i. Provide developers and other parties with feedback about the problem to enable
identification, isolation and correction as necessary.
iv. Provide testers with a means of tracking the quality of the system under test.
V www.ajoysingha.info
A i, ii, iii.
B i, ii, iv.
C i, iii, iv.
Question 37
Consider the following techniques. Which are static and which are dynamic techniques?
i. Equivalence Partitioning.
iv.Exploratory Testing.
v. Decision Testing.
vi Inspections.
Question 38
A Because they share the aim of identifying defects and find the same types of defect.
B Because they have different aims and differ in the types of defect they find.
C Because they have different aims but find the same types of defect.
D Because they share the aim of identifying defects but differ in the types of defect they
find.
Question 39
V www.ajoysingha.info
Which of the following are disadvantages of capturing tests by recording the actions of a
manual
tester?
ii Data for a number of similar tests is automatically stored separately from the 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.
B ii, iv and v.
C i, ii and iv.
D i and v.
Question 40
A Extent of testing.
Answers
Question Answer
No
1. A
2. B
V www.ajoysingha.info
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
V www.ajoysingha.info
34. B
35. D
36. B
37. B
38. D
39. A
40. A
V www.ajoysingha.info