IBM Interview Question

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

Interview Answer

Anonymous

Jul 31, 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.