ISTQB Test Management and Planning 5 — Questions and Answers
Question 1: In distributed testing environments, which challenge is MOST significant for a test manager to address?
- Ensuring all testers use the same operating system
- Coordinating communication, time zones, and consistent test processes across locations (Correct answer)
- Ensuring all testing is performed using the same test management tool vendor
- Requiring all testers to hold the same ISTQB certification level
Correct answer: Coordinating communication, time zones, and consistent test processes across locations
Distributed teams face challenges of communication across time zones and maintaining consistent processes, which the test manager must actively coordinate.
Question 2: Which of the following is an example of a 'control' action a test manager might take when actual progress deviates from the test plan?
- Writing additional requirements to increase system scope
- Re-prioritizing remaining test cases to focus on highest-risk areas (Correct answer)
- Asking developers to stop adding new features
- Deleting defect reports to make progress appear better
Correct answer: Re-prioritizing remaining test cases to focus on highest-risk areas
Re-prioritizing test cases toward high-risk areas is a legitimate control action to recover when testing falls behind schedule.
Question 3: What does 'configuration management' support in the context of testing?
- Managing the personal development goals of test team members
- Controlling and tracking versions of test items, test environments, and test deliverables (Correct answer)
- Scheduling configuration review meetings with stakeholders
- Configuring the user interface of the test management tool
Correct answer: Controlling and tracking versions of test items, test environments, and test deliverables
Configuration management ensures proper version control of test items, environments, and deliverables so tests are run against known baselines.
Question 4: A project uses a 'V-model' development approach. Which level of testing directly corresponds to system design specifications?
- Unit testing
- Integration testing
- System testing (Correct answer)
- Acceptance testing
Correct answer: System testing
In the V-model, system testing verifies the system against system design specifications.
Question 5: Which of the following is a characteristic of 'exploratory testing' that distinguishes it from scripted testing in a managed test effort?
- Exploratory testing always produces more defects than scripted testing
- Exploratory testing simultaneously designs and executes tests, relying on tester expertise and learning (Correct answer)
- Exploratory testing requires no test plan or charter document
- Exploratory testing can only be performed by test automation
Correct answer: Exploratory testing simultaneously designs and executes tests, relying on tester expertise and learning
Exploratory testing combines test design and execution simultaneously, leveraging tester expertise, unlike scripted testing which follows pre-defined scripts.
Question 6: A test manager is evaluating whether to adopt a new test management tool. Which factor should be weighted MOST heavily?
- The popularity of the tool in industry surveys
- The tool's ability to support the team's specific processes, reporting needs, and integration requirements (Correct answer)
- Whether the tool vendor provides free training materials
- The cost of the tool compared to last year's budget
Correct answer: The tool's ability to support the team's specific processes, reporting needs, and integration requirements
The tool must fit the team's actual processes, reporting needs, and integration requirements to deliver value.
Question 7: When should suspension criteria be invoked during a test execution phase?
- When all planned test cases have been executed successfully
- When a blocking defect or environmental issue prevents meaningful test execution from continuing (Correct answer)
- When the test manager decides to move on to the next test phase
- When the number of open defects exceeds the project budget
Correct answer: When a blocking defect or environmental issue prevents meaningful test execution from continuing
Suspension criteria are triggered when a critical blocker—such as a severe defect or environment failure—makes it impossible to continue testing productively.
In distributed testing environments, which challenge is MOST significant for a test manager to address?