Which type of tests verify that recent code changes do not disrupt the existing functionality?
Explanation
Integration tests ensure that newly developed code components work together properly without causing issues in the existing system.
Integration tests ensure that newly developed code components work together properly without causing issues in the existing system.