Tests make sure that new code does not break existing code

Question - ___________________ tests make sure that new code does not break existing code.

Options -

Regression tests
Integration tests
Unit tests
Load test

Correct Answer - Integration tests

Post your comment

    Discussion

  • RE: Tests make sure that new code does not break existing code -Tejas Mehta (10/26/15)
  • I believe the answer is wrong. The answer should be Regression Test. Integration test is a test which determines whether two (or multiple) components (developed individually) are working as expected.
    Regression test checks whether the new functionality breaks any existing application flow.