Correct Answer

verified
The goal of integration testing is to make sure that independent modules that work correctly on their own do not interfere with one another when added to the same program (unforeseen side effects are always possible).Regression testing checks for defects propagated to other modules by changes made to an existing program.