| 1. |
What Is White Box Testing And Black Box Testing? |
|
Answer» Black box TESTING means testing the software for the outputs on giving PARTICULAR inputs. This testing is usually PERFORMED to see if the software meets the user's requirements. There is no specific functional output expected for running this test. The white box testing is done to check the accuracy of code and logic of the program. This testing is done by the PROGRAMMER who knows the logical flow of the system. Black box testing means testing the software for the outputs on giving particular inputs. This testing is usually performed to see if the software meets the user's requirements. There is no specific functional output expected for running this test. The white box testing is done to check the accuracy of code and logic of the program. This testing is done by the programmer who knows the logical flow of the system. |
|