Sunday, November 8, 2009

Testing Techniques

Black Box Testing
White Box Testing
Regression Testing
These principles & techniques can be applied to any type of testing.

Black Box Testing :

Testing of a function without knowing internal structure of the program.

White Box Testing :

Testing of a function with knowing internal structure of the program.


Regression Testing :

To ensure that the code changes have not had an undesirable affect to the other modules or on existing functions.

No comments:

Post a Comment