White box testing is based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions
Archive for category Ways of Software Testing
White box Testing
Jul 12
Black box testing
Jul 12
Black box testing is not based on any knowledge of internal design or code. Tests are based on requirements and functionality.