Testing levels are basically to identify missing areas and prevent overlap and repetition between the development life cycle phases. In software development life cycle models there are defined phases like requirement gathering and analysis, design, coding or implementation, testing and deployment. Each phase goes through the testing. Hence there are various levels of testing. The various levels of testing are:
2.Component Testing: It is also called as module testing. The basic difference between the unit testing and component testing is in unit testing the developers test their piece of code but in component testing the whole component is tested. For example, in a student record application there are two modules one which will save the records of the students and other module is to upload the results of the students. Both the modules are developed separately and when they are tested one by one then we call this as a component or module testing.
3.Integration Testing:Integration testing is done when two modules are integrated, in order to test the behavior and functionality of both the modules after integration. Below are few types of integration testing:
- Big bang integration testing
- Top down
- Bottom up
- Functional Incremental
5.System Integration Testing: System integration testing (SIT) is a testing where testers basically test that in the same environment all the related systems should maintain data integrity and can operate in coordination with other systems.
6.System Testing: In system testing the testers basically test the compatibility of the application with the system.
7.Acceptance Testing: Acceptance testing are basically done to ensure that the requirements of the specification are met.
8.Alpha Testing: Alpha testing is done at the developers site. It is done at the end of the development process
9.Beta Testing: Beta testing is done at the customers site. It is done just before the launch of the product.
No comments:
Post a Comment