2025/2026| Questions and Answers
Which of the following is a key purpose of using test design techniques?
A) To minimize test execution time
B) To ensure comprehensive test coverage of software requirements
C) To reduce the need for regression testing
D) To perform only negative testing
**B) To ensure comprehensive test coverage of software requirements**
Which test design technique is used to reduce the number of test cases by grouping similar
inputs?
A) Boundary value analysis
B) Decision table testing
C) Equivalence partitioning
D) State transition testing
**C) Equivalence partitioning**
In decision table testing, what do the rows in a decision table represent?
A) Different states of the software
B) Possible actions to be taken
C) Conditions and their combinations
1
,D) Defects found in each test case
**C) Conditions and their combinations**
When should boundary value analysis be used?
A) When testing requirements for a high-transaction system
B) For inputs on and near the boundaries of input ranges
C) For complex scenarios requiring multiple steps
D) When testing non-functional requirements
**B) For inputs on and near the boundaries of input ranges**
What is the purpose of state transition testing?
A) To test user interactions with the system
B) To verify how the system transitions between states
C) To measure performance under varying loads
D) To identify usability issues in the interface
**B) To verify how the system transitions between states**
In test management, which document typically outlines the resources, schedule, and activities for
testing?
A) Test Summary Report
B) Incident Report
C) Test Plan
D) Risk Analysis Document
2
, **C) Test Plan**
Who is primarily responsible for creating the test plan in a project?
A) Product Owner
B) Developer
C) Test Analyst
D) Test Manager
**D) Test Manager**
What is the primary purpose of test monitoring and control in test management?
A) To assign defects to developers
B) To ensure compliance with coding standards
C) To track test progress and make adjustments if needed
D) To reduce test execution time
**C) To track test progress and make adjustments if needed**
Which metric is commonly used to measure test progress?
A) Test script execution time
B) Percentage of test cases executed
C) Code coverage percentage
D) Number of rejected defect reports
**B) Percentage of test cases executed**
3