Software testing Methods:
- White Box Testing
- Grey Box Testing
- Black box Testing
White Box Testing:
It is testing done by the development team, by looking into the internal behavior of the code.
Black box Testing:
It is the testing done by professional testing engineers by looking into the application, they are not exposed to the logic of the code or flow of the code.
Grey Box Testing:
It is a combination of both white box testing and black box testing, with limited internal knowledge of the App.
Testing associates will be testing the app by referring to the design doc, data flow diagram, and high-level database diagram.
No comments:
Post a Comment