0
4.8kviews
What is Integration testing ? List types of Integration testing and explain any four types in brief.
1 Answer
| written 6.8 years ago by | • modified 6.8 years ago |
Testing that occurs at the lowest level is called unit testing or module testing. As the units are tested and the low-level bugs are found and fixed, they are integrated and integration testing is performed against groups of modules.
This process of incremental testing continues, putting together more and more …