Software Testing and Quality Management MCQs

53. SPICE stands for __________________?

A. Software Process Improvement and Compatibility Determination
B. Software Process Improvement and Control Determination
C. Software Process Improvement and Capability Determination
D. None of the mentioned
✅ The correct answer is option C.
Explanation: SPICE stands for Software Process Improvement and Control Determination.

54. CCB stands for__________________?

A. Change Control Board
B. Change Control Baseline
C. Cumulative Changes in Baseline
D. None of the mentioned
✅ The correct answer is option A.

55. Lower and upper limits are present in which chart ?

A. Run chart
B. Bar chart
C. Control chart
D. None of the mentioned
✅ The correct answer is option A.
Explanation: A run chart is used to monitor the behavior of a variable over time for a process or system. Run charts graphically display cycles, trends, shifts, or non-random patterns in behavior over time. It contains lower and upper limits.

56. Boundary value analysis belong to ?

A. White Box Testing
B. Black Box Testing
C. White Box & Black Box Testing
D. None of the mentioned
✅ The correct answer is option B.
Explanation: Boundary value analysis is based on testing at the boundaries between partitions and checks the output with expected output.

57. What is Cyclomatic complexity ?

A. Black box testing
B. White box testing
C. Yellow box testing
D. Green box testing
✅ The correct answer is option B.
Explanation: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module.

58. Which of the following is not a software testing generic characteristics ?

A. Different testing techniques are appropriate at different points in time
B. Testing is conducted by the developer of the software or an independent test group
C. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
D. None of the mentioned
✅ The correct answer is option A.

60. Which of the following is not regression test case ?

A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function
✅ The correct answer is option D.
Explanation: Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture or playback tools
Scroll to Top