Black box testing is a software testing in which a manual tester test the functionality of a software how it will work without the knowledge of internal structure.This type of testing is based on software requirements.
Data Inputs are prepared for the software and output is compared with the expected results.
Following are the Steps which are done for black box testing.
Data Inputs are prepared for the software and output is compared with the expected results.
Following are the Steps which are done for black box testing.
- Requirements and specifications of the system is to be examined.
- Tester chooses valid input and positive test cases for system to be works expected.
- Invalid inputs or negative testcases are execute as well so that system should give error.
- Functional Testing
- Non Functional Testing
- Regression Testing
Black-box Testing Techniques
- Equivalence Partitioning
- Boundary Value Analysis
- Cause Effect Graph
Tools used for blackboxtesting
Tools depends on blackboxtesting which type of testing have to perform.
Functional Testing
Qtp,Selenium
NonFuctionalTesting
LoadRunner,Jmeter




