Wednesday, October 28, 2015

What are the levels of software testing

Testing levels
==========

1) Unit testing -  verify the functionality of a specific section of code

2) Integration testing -  works to expose defects in the interfaces and interaction between integrated components (modules).

3) System testing -tests a completely integrated system to verify that it meets its requirements

No comments:

Post a Comment