Levels of Testing

There are mainly four Levels of Testing in software testing :

1.Unit Testing : checks if software components are fulfilling functionalities or

not.

2.Integration Testing : checks the data flow from one module to other

modules.

3.System Testing : evaluates both functional and non functional needs for the

testing.

4.Acceptance Testing : checks the requirements of a specification or contract

are met as per its delivery.

Unit Testing

1.A Unit is a smallest testable portion of system or application.

2.The aim is to test each part of the software by separating it.

3.It checks that component are fulfilling functionalities or not.

4.This kind of testing is performed by developers.

5.Unit tests help to fix bugs early in the development cycle and save costs.

6.It helps the developers to understand the testing code base and enables them

to make changes quickly.

Integration Testing

1.Integration means combining.

2.In this testing phase, different software modules are combined and tested as

a group to make sure that integrated system is ready for system testing.

3.Integrating testing checks the data flow from one module to other modules.

4.This kind of testing is performed by testers.

System Testing

1.System testing is performed on a complete, integrated system.

2.It tests the overall interaction of components.

3.It involves load, performance, reliability and security testing.

4.System testing most often the final test to verify that the system meets the

specification.

5.It evaluates both functional and non functional need for the testing.

Acceptance Testing

1.Acceptance testing is a test conducted to find if the requirements of a

specification or contract are met as per its delivery.

2.Acceptance testing is basically done by the user or customer. However, other

stockholders can be involved in this process.

Conclusion

1.A level of software testing is a process where every unit or component of a

software/system is tested.

2.The primary goal of system testing is to evaluate the system’s compliance

with the specified needs.

3.In Software Engineering, four main levels of testing are Unit Testing,

Integration Testing, System Testing and Acceptance Testing.

To view or add a comment, sign in

Others also viewed

Explore topics