What is merits and demerits of White box and Black box testing?
2896
20-May-2011
Updated on 17-Sep-2020
Anonymous User
20-May-2011White box testing: testing based on the paths and internal structure and implementation of the software under test. Here we r checking the code by some coverage processes.
Black box testing: testing based on the behaviour and functionality of the software. this is also called as functional testing..