BLACK BOX AND WHITE BOX TESTING
BLACK BOX TESTING :
It is also called as Behavioral/Specification Based/Input-Output Testing
Black Box Testing is a software testing method in which testers evaluate the functionality of the software under test without looking at the internal code structure. This can be applied to every level of software testing such as Unit, Integration, System and Acceptance Testing.
Read more...
0 comments:
Post a Comment