Published on Tue, 31 Oct 2006 20:33:39 -0500 Read: 572 times
Black box testing ndash; This kind of Testing is not based on any knowledge of internal design or coding. These Tests are based on requirements and functionality.
White box testing ndash; This is based on knowledge of the internal logic of an application's code. Tests are based on coverage of code statements, branches, paths, conditions.
Unit... Read Article