Software Testing and Quality Management MCQs

61. How are baselines verified ?

A. By reviews
B. By inspections
C. By testing of code
D. All of the mentioned
✅ The correct answer is option C.
Explanation: Testing verifies the agreed-to description.

62. Acceptance testing is also known as____________________?

A. Grey box testing
B. White box testing
C. Alpha Testing
D. Beta testing
✅ The correct answer is option D.
Explanation: Acceptance testing is a test conducted to determine if the requirements of a specification or contract are met and is done by users.

66. Which of the following is/are White box technique ?

A. Statement Testing
B. Decision Testing
C. Condition Coverage
D. All of the mentioned
✅ The correct answer is option D.
Explanation: Statement testing, decision testing, condition coverage all of them uses white box technique.

69. What information is required to process a change to a baseline ?

A. Reasons for making the changes
B. A description of the proposed changes
C. List of other items affected by the changes
D. All of the mentioned
✅ The correct answer is option D.
Explanation: A baseline is an agreed-to description of the product, changes require multiple reasons

70. Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

A. examine memory & registers
B. stop execution at a particular point
C. search for references for particular variables, constant and registers
D. all of the mentioned
✅ The correct answer is option D.
Explanation: Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected.
Scroll to Top