+2 votes
in Testing by
What is black box testing? What are the different black box testing techniques?

1 Answer

0 votes
by
Black box testing is the software testing method which is used to test the software without knowing the internal structure of code or program. This testing is usually done to check the functionality of an application. The different black box testing techniques are

Equivalence Partitioning

Boundary value analysis

Cause-effect graphing

Related questions

+1 vote
asked Jun 23, 2019 in Testing by SakshiSharma
+1 vote
asked Jun 23, 2019 in Testing by SakshiSharma
...