InterviewSolution
| 1. |
Define Regression Testing? |
|
Answer» The SELECTIVE retesting of a software system that has been modified to ENSURE that any bugs have been fixed and that no other previously working functions have failed as a result of the reparations and that newly added features have not CREATED problems with previous versions of the software. Regression is ALSO referred to as verification testing. The selective retesting of a software system that has been modified to ensure that any bugs have been fixed and that no other previously working functions have failed as a result of the reparations and that newly added features have not created problems with previous versions of the software. Regression is also referred to as verification testing. |
|