Advertise Here

 

Jun
30th

White box testing

Author: admin | Files under Testing

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 , […]


Jun
30th

testing is very thing!

Author: admin | Files under Testing

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 […]