unit&integration_testing
unit&integration_testing
Unit Testing:
Fig.unit testing
Integration Testing:
It tests small modules or a piece of code Two or more units of a program are combined
of an application or a product and tested as a group
It has very limited in scope, as it only It has wider scope as it covers broader part of
covers a piece of code the application or the product
Test executor knows the internal design Testers don’t know the internal design of the
of the software software