InterviewSolution
| 1. |
What Is Difference Between Retesting And Regression Testing? |
|
Answer» •Retesting is done to VERIFY defect fix previous in now working correctly where as regression is perform to check if the defect fix have not impacted other functionality that was working fine before doing changes in the code. •Retesting is done to verify defect fix previous in now working correctly where as regression is perform to check if the defect fix have not impacted other functionality that was working fine before doing changes in the code. |
|