Answers for "functional testing vs integration testing"

0

functional testing vs integration testing

Integration testing is done to test the
modules when integrated to verify that they
work as expected. to test the modules which are
working fine individually don't have
issues when they are integrated.

Functional testing is a kind of black-box
testing that is performed to confirm that
the functionality of an application or 
system is behaving as expected.

 It is done to verify all the functionality 
 of an application works as expected
Posted by: Guest on January-31-2021

Code answers related to "functional testing vs integration testing"

Browse Popular Code Answers by Language