What is black box testing?
Black box testing is also termed as functional testing. It ignores how the internal functionality of a system works and depends only what are the outputs on specified inputs. Source code availability is not an important in back box testing.
HI
Black box testing is testing in which tester do not need to understand the coding of project. It is just test 'is it fuctioning Ok'
Suresh