Software Testing and Quality Management MCQs

73. Which of the following term describes testing ?

A. Finding broken code
B. Evaluating deliverable to find errors
C. A stage of all projects
D. None of the mentioned
✅ The correct answer is option B.
Explanation: Software testing is the process of evaluation a software item to detect differences between given input and expected output.

75. Exhaustive testing is___________________?

A. always possible
B. practically possible
C. impractical but possible
D. impractical and impossible
✅ The correct answer is option C.
Explanation: Exhaustive testing is the testing where we execute single test case for multiple test data.It means if we are using single test case for different product or module under manual testing.

77. Behavioral testing is__________________?

A. White box testing
B. Black box testing
C. Grey box testing
D. None of the mentioned
✅ The correct answer is option B.
Explanation: Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings.

78. Unit testing is done by__________________?

A. Users
B. Developers
C. Customers
D. None of the mentioned
✅ The correct answer is option B.
Explanation: Unit testing is a method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures are tested to determine if they are fit for use.
Scroll to Top