White box testing is also known as glass box testing or structural testing. Its basically a test case design method that makes use of the control structure of the procedural design to derive test cases. White box testing does so many precious work like guarantee about all module path are exercised at least once , […]
Testing is the phase that comes after designing and coding.
Testing is the major quality control measure used during software development. Its basic function is to detect errors in the software. After the coding phase, computer programs are available that can be executed for testing. This implies that testing not only has to uncover error introduced […]