What is White Box Testing ?


White Box Testing : White box testing involves looking at the structure of code. When you know the internal structure of  the product the test can be conducted to ensure that the internal operation performed according to the specification and all internal components have been adequately exercised.

Approaches of WBT : 

1. Path Testing Approach.
2. Condition Testing Approach.
3. Loop Testing Approach.

 

Comments