02 October 2010

Unit Testing

What is Unit Testing or White Box Testing?

White Box testing means while the developer developing the code, they are testing the code of an application with different techniques.
White Box Testing using these techniques
Basic path coverage => whether the corresponding program is running/not without having runtime errors.
Control structure coverage=> verifies the correctness of taking i/ps and providing o/ps of that program.
Program technique coverage => to calculate the execution time of a program.
Mutation coverage=> verifying that whether our program correctly and completely tested/not.

No comments:

Post a Comment