Site icon TestingDocs.com

What is White box testing?

Introduction

White-box testing is a testing technique that checks the internal functioning of the application. There are several names for this testing such as glass box, transparent box, and clear box testing.

White box testing techniques

In the white-box testing approach, the internal code structure should be known to the tester. White box Testing is suited for UnitTesting and Integration testing.

Exit mobile version