Pregunta de entrevista de Amdocs

What is regression testing?

Respuesta de la entrevista

Anónimo

1 de jul de 2013

regression testing is to confirm that the recent program or code changes has not adversely affected existing features.This testing is done to make sure that new code changes should not have side effects on the existing functionalities. It ensures that old code still works once the new code changes are done.