Home »
MCQs »
Software Testing MCQs
Which type of testing requires the checking of every single line of code by the developer?
4. Which type of testing requires the checking of every single line of code by the developer?
- White box testing
- Black box testing
- Gray box testing
Answer: A) White box testing
Explanation:
White box testing requires the checking of every single line of code by the developer, and then it is passed to the tester.