Difference between Unit Testing and System Testing
System Testing:
System testing is done to check whether the software or product meets the specified requirements or not. It is done by both testers and developers. It contains the System testing and Integration testing. It is done through more positive and negative teat cases.
Unit Testing:
Unit Testing is the type of software testing level in which each individual components of a software are tested. Unit Testing is generally performed by developer. Unit Testing can’t be used for those systems which have a lot of interdependence between different modules. It does not allow for parallel testing.
Difference Between Unit Testing and System Testing:
S.NO | Unit Testing | System Testing |
---|---|---|
1. | In unit testing, independent software’s module are tested separately. | System testing is done to check whether the software or product meets the specified requirements or not. |
2. | Unit testing is performed by the developers. | System testing is generally done by developers and testers. |
3. | Unit testing is also called white box testing. | System testing is also called black box testing. |
4. | Unit testing generally focuses on functional verification. | System testing generally focuses on system validation. |
5. | Unit testing comprise of independent modules. | System Testing comprise of System and integration testing. |
6. | Unit testing follows the specification of modules. | system testing follows the requirements specification. |
Recommended Posts:
- Difference between Unit Testing and Sandwich Testing
- Difference between Unit Testing and Integration Testing
- Difference between System Integration Testing (SIT) and User Acceptance Testing (UAT)
- Difference between System Testing and Acceptance Testing
- Difference between System Testing and Integration Testing
- Difference between System Testing and End-to-end Testing
- Difference between Component and Unit Testing
- Unit Testing | Software Testing
- Difference between Database Testing and Data warehouse Testing
- Difference between Load Testing and Stress Testing
- Difference between Agile Testing and Waterfall Testing
- Difference between Stress Testing and Volume Testing
- Difference between Volume Testing and Load Testing
- Difference between Active Testing and Passive Testing
- Difference between Frontend Testing and Backend Testing
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.