Grey Box Testing
Grey box testing is mixed up of Black box and White box Testing.
Greybox testing is a software testing method to test the software application with some knowledge of the internal working structure.
This includes access to internal data structures and algorithms for purpose of designing the test cases.
Gray Box Testing Techniques:
- Matrix Testing
- Pattern Testing
- Orthogonal Array Testinge
- Regression Testing
Comments
Post a Comment