What Is White-Box Testing?
White Box Testing is a product evaluation method based on the application’s internal code structure. White-box testing uses an insider’s perspective of the framework and programming skills to configure test cases. Typically, this testing is done at the unit level.
The code of the application under test is visible to testers here.