Embed presentation
Downloaded 39 times





Integration testing tests the interactions between software components, systems, and interfaces after component testing. It checks communication between two or more components without testing individual functions, and can include performance testing. Approaches include big bang which integrates all at once, incremental which integrates components one by one, and sandwich which starts from the middle layer. The incremental approach can be top-down, bottom-up, or functional.




