SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
|  |  Same as glass box testing 
 | 
|  |  Same as clear box testing 
 | 
|  |  Both A and B 
 | 
|  |  None of the above 
 | 
Detailed explanation-1: -White box testing is an approach that allows testers to inspect and verify the inner workings of a software system-its code, infrastructure, and integrations with external systems.
Detailed explanation-2: -Black box testing is a software testing methodology in which the tester analyzes the functionality of an application without a thorough knowledge of its internal design. Conversely, in white box testing, the tester is knowledgeable of the internal design of the application and analyzes it during testing.
Detailed explanation-3: -The short answer is no. Unit testing and white box testing are not the same things. Unit testing is one way to perform white box testing. Unit testing does require a thorough knowledge of your code, but it’s important to note that unit testing focuses on individual parts of your application.