Introduction to Black Box Testing
The black-box method is a testing technique in which test data are derived from the specified functional requirements regardless to the final program structure. Black box software testing method is likely the most well- used method in software testing. Sometimes it is also referred to as data-driven, input/output driven or requirements-based testing because its main concern is to test functionality of the system.
More: continued here
