Question:
How to do regression testing, and can give one or two examples on that in the same application?
Answer:
Testing the application whether the previous defect is corrected or not in the latest build. Source: CoolInterview.com
Answered by: chitra | Date: 8/4/2008
| Contact chitra
Process of testing a program to determine whether a change has introduce errors in the unchanged code Source: CoolInterview.com
Answered by: Rita | Date: 9/4/2009
| Contact Rita
Like any other Testing Regression Testing Needs proper planning. For an Effective Regression Testing to be done the following ingredients are necessary:
- Create a Regression Test Plan: Test Plan identified Focus Areas, Strategy, Test Entry and Exit Criteria. It can also outline Testing Prerequisites, Responsibilities, etc.
- Create Test Cases: Test Cases that cover all the necessary areas are important. They describe what to Test, Steps needed to test, Inputs and Expected Outputs. Test Cases used for Regression Testing should specifically cover the functionality addressed by the change and all components affected by the change. The Regression Test case may also include the testing of the performance of the components and the application after the change(s) were done.
- Defect Tracking: As in all other Testing Levels and Types It is important Defects are tracked systematically, otherwise it undermines the Testing Effort. Source: CoolInterview.com
Answered by: moorthi | Date: 8/28/2010
| Contact moorthi
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|