0
1.2kviews
What is Black Box testing ? List any four techniques of Black Box testing.
1 Answer
written 5.8 years ago by |
Black Box testing involves looking at the specifications and does not require examining the code of the program. It is done from customer’s point of view. The testers know the input and expected output. They will check whether with given input they are getting expected output or not.
Different techniques of Black Box test are:
Requirement base testing
Positive negative testing
Boundary value analysis
Decision tables
Equivalence partitioning
State based testing
Compatibility testing
User documentation testing
Domain testing