Difference between 're-testing' and 'regression testing '
in reference to:"RE-TESTING & REGRESSION TESTING
Now a days most of the interviewer's ask what is the difference between Re-testing and Regression testing.
What is Retesting?
Test an application. You find a bug. Report it. Developer fixes it. You test it again with the same set of data. This is known as Re-testing. It is as simple as that.
What is Regression testing?
Test an application. Find a bug. Developer fixes it. You test the other modules so as the fixation of this bug is not affected the other modules. This is known as Regression testing.
Test an module of the application. There are no bugs. A new module is added. Tester test this module to make sure no bugs are arised since a new module is added. This is also known as Regression testing. This happens most of the times when the developers are in-experienced. Regression testing is very important in software testing. Regression testing is usually implemented with the help of a tool."
- TEST-TO-BREAK THE SOFTWARE.: RE-TESTING & REGRESSION TESTING (view on Google Sidewiki)
No comments:
Post a Comment