InterviewSolution
| 1. |
What's The Value Of Doing Regression Testing? |
|
Answer» Regression TESTING is initiated after a programmer has attempted to FIX a recognized PROBLEM or has added source code to a program that MAY have inadvertently introduced errors. It is a quality CONTROL measure to ensure that the newly modified code still complies with its specified requirements and that unmodified code has not been affected by the maintenance activity. Regression testing is initiated after a programmer has attempted to fix a recognized problem or has added source code to a program that may have inadvertently introduced errors. It is a quality control measure to ensure that the newly modified code still complies with its specified requirements and that unmodified code has not been affected by the maintenance activity. |
|