Software Testing Techniques »
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 [...]

