Movate Interview Question

what is regression testing?

Interview Answer

Anonymous

Sep 3, 2018

Re-executing the old test cases in order to ensure whether newly added features causing any impact on previous test cases or not.. This testing is called Regression testing.

1