Black Box Testing Techniques
Overview
In this tutorial, we will learn different types of Black Box Testing Techniques. In Black box testing the QA Team doesn’t know the internal working
and implementation of the application under test.
Most of the Manual Functional testing is black-box testing. The testing team knows the test inputs to the application and the expected outcomes of the tests.
Black Box Testing Techniques
Some of the important Black Box Testing Techniques are as follows:
- Error Guessing
- Boundary Value Analysis(BVA)
- Equivalence Partitioning(EP)
- Comparison Testing
- All Pairs Testing
- Decision Table Testing
- Fuzzy Testing
- State Transition Testing
- Risk-based Testing
- Graph-based Testing
- Orthogonal Array Testing
- Use Case Testing
—
Software Testing Tutorials: