IBM interview question

What is the difference between regression test and re-test ?

Interview Answer

Anonymous

31 Jul 2021

Regression testing is just about searching for defects and also make sure that it does not affect unchanged part whereas re-testing is just about fixing specific defects which we have found and also make sure that the test cases are passed after the defects are fixed.