What is the difference between White & Black Box Testing?
A D V E R T I S E M E N T
White Box Testing:Based on the knowledge of the internal logic of an application's code.Tests are based on coverage of code statements, branches, paths, conditions.
Black Box testing:- not based on any knowledge of internal design or code. Tests are based on requirements and functionality.