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

Options
- Regression tests
- Integration tests
- Unit tests
- Load test


CORRECT ANSWER : Integration tests

Discussion Board
___________________ tests make sure that new code does not break existing code.

Integration test: Test the correct inter-operation of multiple subsystems. There is whole spectrum there, from testing integration between two classes, to testing integration with the production environment.


Regression test: A test that was written when a bug was fixed. It ensures that this specific bug will not occur again.It can also be a test made prior to changing an application to make sure the application provides the same outcome.

pranav 06-28-2017 12:43 PM

its correct answer

regression testing

sangavi 10-6-2016 07:06 AM

its correct

regression testing

sangavi 10-6-2016 07:05 AM

Correct Answer: Regression Testing

Correct answer is regression testing not integration testing.

Tanveer Srivastava 11-23-2015 05:23 AM

ASP.NET

Integration tests ensure that they newly added a code without breaking the existing code. So, the correct answer is Integration tests.

Prajakta Pandit 09-9-2015 08:13 AM

Correct Answer: Regression Testing

Integratiobn test comes under when we integrate different module.
Correct answer is regression testing

Vinay 11-11-2014 11:56 PM

wrong answer

Answer should be regression test not integration.

lj 06-22-2014 03:17 AM

c#

best

muahmmad muzammil 08-24-2013 03:51 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement