Movate interview question

what is regression testing?

Interview Answer

Anonymous

3 Sept 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