Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

CONCLUSION

In this project , we have seen several techniques for performing blackbox testing. These
techniques are not mutually exclusive. In a typical product testing, a combination of these
testing techniques will be used to maximize effectiveness. Below Table summarizes the
scenario under which each of these techniques will be useful. By judiciously mixing and
matching these different techniques, the overall costs of other tests done downstream,
such as integration testing, system testing, and so on , can be reduced.

Table: scenarios for black box testing techniques


When you want to test scenarios that The most effective black box testing
have…….. technique is likely to be…….
Output values dictated by certain
conditions depending upon values of input
Decision table
variables
Input values in ranges with each range
exhibiting a particular functionality Boundary value analysis
Checking for expected and unexpected
Positive and negative testing
input values
Workflows, process flows, or language
Graph based testing
processors
To ensure that requirements are tested and
Requirements based testing
met properly
To test the domain expertise rather than
Domain testing
product specification
To ensure that the documentation is
Documentation testing
consistent with the product

You might also like