Software Testing and Quality Management MCQs

35. White Box techniques are also classified as_________________?

A. Design based testing
B. Structural testing
C. Error guessing technique
D. None of the mentioned
✅ The correct answer is option B.
Explanation: The structural testing is the testing of the structure of the system or component. Structural testing is often referred to as ‘white box’ or ‘glass box’ or ‘clear-box testing’ because in structural testing we are interested in what is happening ‘inside the system/application’.

39. The testing in which code is checked___________________?

A. Black box testing
B. White box testing
C. Red box testing
D. Green box testing
✅ The correct answer is option B.
Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality .
Scroll to Top