ISTQB Foundational Flashcards

1
Q

1. When the tester verifies the test basis while designing tests early in the lifecycle, which test

objective is being achieved?

a. Gaining confidence
b. Finding defects
c. Evaluating work products
d. Providing information for decision making

A

C is correct per the syllabus.

The other three are achieved primarily by doing dynamic testing. This is a bit tricky because you are very
likely to find defects while doing this analysis and this may lead to either gaining or destroying confidence
and needing to supply information to the decision makers. What is occurring here is an evaluation of the
work product, in this case the requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2. In some Agile teams, people are encouraged to use their skills to help the team, regardless

of their role. This could mean that testers help the developers write code and developers help
testers test. What is this approach called?

a. Team Aid
b. Whole Team
c. Skills First
d. First Aid

A

B is correct. This is an example of the Whole Team approach where the team members leverage
their skills, regardless of roles, to accomplish the goals of the team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3. Which of the following is a correct statement?

a. A developer makes a mistake which causes a defect that may be seen as a failure
during dynamic testing
b. A developer makes an error which results in a failure that may be seen as a fault when
the software is executed
c. A developer has introduced a failure which results in a defect that may be seen as a
mistake during dynamic testing
d. A developer makes a mistake which causes a bug that may be seen as a defect when
the software is executed

A

A is correct. The developer makes a mistake/error which causes a defect/fault/bug which may

cause a failure when the code is dynamically tested or executed.
B is incorrect because fault and failure are reversed.
C is incorrect because failure and mistake are reversed.
D is incorrect because it’s a failure that’s seen during execution, not the defect itself. The failure is a
symptom of the defect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

4. Why is it important to avoid the principle of tests wearing out?

a. Dynamic testing is less reliable in finding bugs
b. Running the same tests repeatedly will consistently find new failures
c. Tests should not be context dependent
d. Running the same tests repeatedly will reduce the chance of finding new failures

A

D is correct. As tests are run repeatedly, the tests become less effective.
A is not correct because dynamic testing should be used and helps to alleviate tests wearing out.
B is not correct. The same tests do wear out.
C is not correct because testing should be context dependent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

5. When following a standard test process, when should the test control activity take place?

a. During the planning activities
b. During the implementation and execution activities
c. During the monitoring activities
d. During all the activities

A

D is correct. Control occurs throughout the project to ensure that it is staying on track based on
the plan and to take any corrective steps that may be necessary. The monitoring information is
used to determine if control actions are needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

6. Which of the following is the activity that compares the planned test progress to the actual

test progress?
a. Test monitoring
b. Test planning
c. Test closure
d. Test control

A

A is correct. Test monitoring involves the on-going comparison of actual progress against the test
plan.
B is incorrect because it defines testing objectives.
C is incorrect because the activities have already completed and the project is closing down.
D is incorrect because test control is when you take actions to correct any issues observed during
monitoring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

7. If you are working on a project that is constrained by time and budget, which is pressuring

testing to be done quickly. How should the test approach be adjusted?
a. Develop detailed test cases to reduce the test automation effort
b. Use techniques such as exploratory and checklist testing to spend less time on test case
development
c. Ensure that your testing starts only after the developers have completed integration tests
d. Develop end-to-end test automation before performing manual testing so the automation
can be used sooner

A

B is correct. These techniques will help adjust to the project context where there is pressure to
test quickly. These are lightweight approaches that require less time preparing documentation
and allow test execution to start sooner.
A is not correct because developing detailed test cases will take significant time.
C is not correct because starting testing earlier would be helpful, not later.
D is not correct because this will be problematic automation and the automators will be slowed down by
the failures that would have been found in manual testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

8. What is the biggest problem with a developer testing his own code?

a. Developers are not good testers
b. Developers are not quality focused
c. Developers are not objective about their own code
d. Developers do not have time to test their own code

A

C is correct. This is the biggest problem because developers have biases toward the accuracy
and implementation of their own code. Testers and developers think differently and testers can be
more objective as they are not invested in the code.
A and B are not necessarily true – some developers are good testers and have a good quality focus.
D is not correct because unit testing is part of their job and time should be made in the schedule for at
least unit testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

9. Which of the following is an example of a good testing practice?

a. Testers should have development experience
b. Developers should determine the order of test execution in the test procedures
c. Test design should begin when the code is complete to avoid changes
d. Testers should review requirements documents as soon as a readable draft is available

A

D is correct. This is a good testing practice.
A is not a requirement for many testers.
B is not correct because this should be determined by the testers based on priority, risk, availability, etc.
C is not correct because test design should start during code design and implementation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

10. When coding is directed by the test cases, what development approach is being used?

a. TDD
b. BDD
c. ATDD
d. TBD

A

A is correct. This is an example of test-driven development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

11. During which level(s) of testing should non-functional tests be executed?

a. Unit and integration only
b. System testing only
c. Integration, system and acceptance only
d. Unit, integration, system and acceptance only

A

D is correct. Non-functional tests can and should be executed at all levels of testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

12. When a system is targeted for decommissioning, what type of maintenance testing may be

required?
a. Retirement testing
b. Regression testing
c. Data migration testing
d. Patch testing

A

C is correct, per syllabus. Data migration to another system or data migration to an archival
system may be needed.
A is incorrect, there is no such testing type.
B is incorrect because this is more appropriate for current systems, not the system being retired.
D is incorrect because this is of no use for a system being retired.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

13. In an iterative lifecycle model, which of the following is an accurate statement about testing

activities?
a. For every development activity, there should be a corresponding testing activity
b. For every testing activity, appropriate documentation should be produced, versioned and
stored
c. For every development activity resulting in code, there should be a testing activity to
document test cases
d. For every testing activity, metrics should be recorded and posted to a metrics dashboard
for all stakeholders

A

A is correct. For any lifecycle model, this is a correct statement.
B is not correct because some testing activities may not produce documentation, such as reviews.
C is not correct because test cases are not always written, particularly in an Agile lifecycle (which is an
iterative lifecycle) where only exploratory testing might be used.
D is not correct because not all testing activities produce metrics (such as test case creation, reviews,
etc.) and, even if they did, not all stakeholders would be interested in those metrics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

14. In what way is CI/CD an example of the concept of shift-left?

a. It gets the code to production faster
b. It allows the developers to continuously integrate their code
c. It requires continuous testing throughout the pipeline
d. It elevates the testers as the owners of quality

A

C is correct. CI/CD requires continuous testing, including test automation, to be implemented for the
entire pipeline. This starts testing as early as possible and shifts it to the left in the timeline.
A is not correct as this is not a shift-left concept.
B is true of CI/CD implementations but does not shift-left the testing.
D is not correct because in a good CI/CD implementation, everyone owns quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

15. In a formal review, which role is normally responsible for documenting all the open issues?

a. The facilitator
b. The author
c. The scribe
d. The manager

A

C is correct. The scribe is normally responsible for documenting all issues, problems and open
points. The author may take notes as well, but that is not their primary role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

16. What is the primary reason to get early and frequent feedback from stakeholders regarding

a product being developed?
a. To make them feel involved
b. To ensure that their vision for the product will be realized
c. To create more meetings
d. To use the stakeholders as testers

A

B is correct per the syllabus. By getting their feedback, the team can ensure that what they are building is
what the stakeholders want.
A is not correct because, although it may be beneficial to have them feel a part of the team, it isn’t the
primary reason to get their feedback.
C is not correct because no one needs more meetings.
D is not correct although stakeholders may be used for UAT. Their feedback is needed much earlier than
UAT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

17. Which of the following is a benefit of static analysis?

a. Defects can be identified that might not be caught by dynamic testing
b. Early defect identification requires less documentation
c. Early execution of the code provides a gauge of code quality
d. Tools are not needed because reviews are used instead of executing code

A

A is correct, per syllabus. Static analysis with a static analyzer can be used to find defects such
as uninitialized variables that could be difficult to catch with dynamic testing.
B is incorrect because defects will still need to be documented regardless of how early they are found.
C is incorrect because this is dynamic analysis.
D is incorrect because static analysis usually requires the use of tools.

18
Q

18. For a formal review, at what point in the process are the exit criteria defined?

a. Planning
b. Review initiation
c. Individual review
d. Fixing and reporting

A

A is correct. The entry and exit criteria should be defined during the planning step in the review
process. These should be evaluated at each step to ensure the product is ready for the next step
in the process.
B, C and D are not correct because the criteria should already be defined by this point.

19
Q

19. Which of the following test techniques uses the requirements specifications as a test

basis?
a. Structure-based
b. Black-box
c. White-box
d. Exploratory

A

B is correct, per syllabus. Black-box testing is based off the requirements documents.
A and C are incorrect because these use the structure of the software as the test basis.
D is incorrect because exploratory testing is often done when there is no specification, thus giving the
tester the opportunity to learn about the software while testing.

20
Q

20. If you are testing a module of code, how do you determine the level of branch coverage

you have achieved?
a. By taking the number of branches you have tested and dividing that by the total number
of executable statements in the module
b. By taking the number of branches you have tested and dividing that by the total number
of branches in the module
c. By taking the number of branches you have tested and dividing that by the total lines of
code in the module
d. By taking the number of branches you have tested and dividing that by the total number
of test cases you have executed for the module

A

B is correct. Branch coverage looks at the number of branches tested versus the number of
branches in the code under test.

21
Q

21. If you have a section of code that has one simple IF statement, how many tests will be

needed to achieve 100% branch coverage?
a. 1
b. 2
c. 5
d. Unknown with this information

A

B is correct. A simple IF statement will be composed of If … then … else…. end if. There are two
branch outcomes, one for the result of the If being true and one for it being false. Since 100%
branch coverage requires at least one test case for each branch outcome, two tests are needed.
A and C are incorrect because these are the wrong numbers of tests.
D would be correct if this weren’t defined as a simple if statement because a complex if statement could
include more than two outcomes.

22
Q

22. Which of the following is a good reason to use experience-based testing?

a. You can find defects that might be missed by more formal techniques
b. You can test for defects that only experienced users would encounter
c. You can target the developer’s efforts to the areas that users will be more likely to use
d. It is supported by strong tools and can be automated

A

A is correct. Experience-based testing is often used to fill in the gaps left by the more formal
testing techniques.
B is not correct because it is used by experienced testers and has nothing to do with the experience level
of the users.
C is not correct because it is a test technique, not a development technique.
D is not correct. There is not much tool support for these techniques and automation is not usually a goal
because the effectiveness depends on the experience of the tester.

23
Q

23. What is error guessing?

a. A testing technique used to guess where a developer is likely to have made a mistake
b. A technique used for assessing defect metrics
c. A development technique to verify that all error paths have been coded
d. A planning technique used to anticipate likely schedule variances due to faults

A

A is correct. Error guessing is a technique used to anticipate where developers are likely to make
errors and to create tests to cover those areas.
B, C and D are not correct.

24
Q

24. When using the 3 C’s technique for user story development, what is the work product that

is created for the Confirmation aspect?
a. Test Approach
b. Acceptance Criteria
c. Entry Criteria
d. Exit Criteria

A

B is correct. The confirmation aspect of the 3 C’s is the acceptance criteria.

25
Q

25. You are testing a machine that scores exam papers and assigns grades. Based on the

score achieved the grades are as follows: 1-49 = F, 50-59 = D-, 60-69 = D, 70-79 = C, 80-89 =
B, 90-100=A
If you apply equivalence partitioning, how many test cases will you need to achieve minimum
test coverage?
a. 6
b. 8
c. 10
d. 12

A

B is correct. You need a test for the invalid too low (0 or less), one for each valid partition, and one
for invalid too high (>100). It may not allow you to enter a value > 100, but it should be tested to
make sure it provides a proper error.

26
Q

26. You are testing a thermostat for a heating/air conditioning system. You have been given

the following requirements:
* When the temperature is below 70 degrees, turn on the heating system
* When the temperature is above 75 degrees, turn on the air conditioning system
* When the temperature is between 70 and 75 degrees, inclusive, turn on fan only
Which of the following is the minimum set of test temperature values to achieve 100% two-value
boundary value analysis coverage?
a. 70, 75
b. 65, 72, 80
c. 69, 70, 75, 76
d. 70, 71, 74, 75, 76

A

C is correct.
For the heating system, the values to test are 69, 70
For the air conditioning system, the values are 75, 76
For the fan only, the values are 69, 70, 75, 76
<– 69 | 70 – 75 | 76 
The proper test set combines all these values, 69, 70, 75, 76

27
Q

27. You have been given the following conditions and results from those condition

combinations. Given this information, using the decision table technique, what is the minimum
number of test cases you would need to test these conditions?
Conditions:
Valid cash
Valid credit card
Valid debit card
Valid pin
Bank accepts
Valid Selection
Item in Stock
Results:
Reject Cash
Reject Card
Error Message
Return Cash
Refund Card
Sell Item
a. 7
b. 13
c. 15
d. 18

A

C is correct. See table below.

28
Q

28. You have been given the following requirement:

A user must log in to the system with a valid username and password. If they fail to enter the
correct combination three times, they will receive an error and will have to wait 10 minutes
before trying again. The test terminates when the user successfully logs in.
How many test cases are needed to provide 100% state transition coverage?
a. 1
b. 2
c. 4
d. 5

A

a is correct. Per the diagram below, only one test is needed: Login, Fail, Fail, Fail =3, Wait, Login,
Home. If you were required to exit after the Wait, a second test would be required but the
question doesn’t indicate that an exit is required.

29
Q

29. You are creating test cases for the following story, applying the ATDD approach.

As a hotel owner
I want to reserve all the rooms on a floor before moving to the next floor
So I can maximize the efficiency of the housekeeping staff
You have decided to apply equivalence partitioning to this requirement and have identified the
following partitions for the occupancy of a floor:
0 | 1 - floor full | overbooked
You also want to be sure that the software is usable by the staff and that it performs quickly in
determining which floors have availability.
Given this information, what should be the priority order for the tests you will design?
a. 0, 1-floor full, overbooked, usability, performance
b. Performance, 1-floor full, usability, overbooked, 0
c. Usability, performance, overbooked, 0, 1-floor full
d. Overbooked, 0, 1-floor full, performance, usability

A

A is correct. This tests the valid scenarios first, then invalid (overbooked), then the non-functional
tests.

30
Q

30 A metric that tracks the number of test cases passed is gathered during which activity in the

test process?
a. Planning
b. Implementation
c. Execution
d. Reporting

A

C is correct. Test execution metrics are gathered during the Test Execution activity. These metrics
are used in reporting.

31
Q

31. You are working in a team of testers who are all writing test cases. You have noticed that

there is a significant inconsistency with the length and amount of detail in the different test
cases. Where should the criteria for test case writing be documented?
a. The test plan
b. The test approach
c. The test case template
d. The project plan

A

A is correct. The level of detail and structure for the test documentation should be included in the
test plan as part of the criteria for the performance of testing activities.

32
Q

32. Unit tests belong in which testing quadrant?

a. Q1
b. Q2
c. Q3
d. Q4

A

A is correct. Unit, or component, tests belong to quadrant 1.

33
Q

33. Which of the following is a project risk?

a. A module that performs incorrect calculations due to a defect in a formula
b. A failed performance test
c. An issue with the interface between the system under test and a peripheral device
d. A problem with the development manager which is resulting in his rejecting all defect
reports

A

D is a project risk. The other three are product risks.

34
Q

34. Which of the following variances should be explained in the Test Summary Report?

a. The variances between the weekly status reports and the test exit criteria
b. The variances between the defects found and the defects fixed
c. The variances between what was planned for testing and what was actually tested
d. The variances between the test cases executed and the total number of test cases

A

C is correct. The variances or deviations between the test plan and the testing that was actually
done must be explained in the test summary report.
A is not correct because if the weekly status reports have been tracking incorrectly to the test exit criteria,
something is wrong and should have been caught a lot earlier.
B is not correct because this information should be included in the test summary report, but a variance is
expected.
D is not correct because this should be tracked in the metrics section of the report rather than as a
variance.

35
Q

35. If the developers are releasing code for testing that is not version controlled, what process

is missing?
a. Configuration management
b. Debugging
c. Test and defect management
d. Risk analysis

A

A is correct. Configuration management is missing if the code is not being properly versioned and
tracked.

36
Q

36. Your team is using Planning Poker to estimate the effort for a story.

Developer Vote Tester Vote
First vote 3 8
Second vote 5 8
Third vote 5 5
Although three votes were taken to reach consensus, how many story points should be
allocated to the story?
a. 10 because that’s the sum of the points
b. 8 because that was the highest number
c. 3 because that was the lowest number
d. 5 because that was the consensus

A

D is correct. Voting should continue until consensus is reached and that number should be used
to assign the points to the story.

37
Q

37. You have been given the following set of test cases to run. You have been instructed to

run them in order by risk and to accomplish the testing as quickly as possible to provide
feedback to the developers as soon as possible.
Given this information, what is the best order in which to run these tests?
Test Case ID Duration Risk Priority Dependency
1 30 mins Low 6
2 10 mins Medium none
3 45 mins High 1
4 30 mins High 2
5 10 mins Medium 4
6 15 mins Low 2
a. 2, 4, 5, 6, 1, 3
b. 4, 3, 2, 5, 6, 1
c. 2, 5, 6, 4, 1, 3
d. 6, 1, 3, 2, 4, 5

A

A is correct because it addresses the highest risk and fastest tests first. It runs a fast medium test
before a slow and more dependent high-risk test because this will give feedback to the developers
more quickly.

38
Q

38. You have been testing software that will be used to track credit card purchases. You have

found a defect that causes the system to crash, but only if a person has made and voided 10
purchases in a row. What is the proper priority and severity rating for this defect?
a. Priority high, severity high
b. Priority high, severity low
c. Priority low, severity low
d. Priority low, severity high

A

D is correct. This is not likely to happen, so the urgency to fix it is low but it does crash the
system so the impact to the system is high so the severity should be high.