Computer Science, asked by prasanna1853, 1 year ago

What are the different black box testing techniques?

Answers

Answered by Bappy888
7
Typical black-box test design techniques include:

1. Decision table testing.
2. All-pairs testing.
3. Equivalence partitioning.
4. Boundary value analysis.
5. Cause-effect graph.
6. Error guessing
7. State transition testing.

Answered by Kushagrasingh001
3
There are many balck box testing techniques such as :-
◇ Equivalence partitioning.
◇ State transition .
◇ Decision table
◇ Error guessing .
◇ Boundary value analysis technique.
◇ Cause-effect graph technique.
Similar questions