Black box testing is functional testing, not based on any knowledge of internal software design or code. Black box testing is based on requirements and functionality.
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 and conditions.
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 and conditions.
No comments:
Post a Comment