Answer:
Black box testing : This tests are based on requirements and functionality.Internal system design is not considered in this type of testing.
White box testing – This testing is based on knowledge of the internal logic of an application’s code. Also known as Glass box Testing. Internal software and code working should be known for this type of testing. Tests are based on coverage of code statements, branches, paths, conditions
Asked In: Many Interviews |
Alert Moderator