A regression test is designed to assure us that the code added since the last test has not compromised the functionality that was present before the changes were made. What is the purpose of a regression test?
1) To verify that the new code has improved the functionality
2) To identify any new bugs introduced by the changes
3) To test the performance of the code
4) To ensure compatibility with different operating systems