What is the difference between Re-Testing and Regression Testing?
Loading
What is the difference between Re-Testing and Regression Testing?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmendra GaurPosted Jun 16, 2008, 8:54 AM
Re- test :-
Regression Testing :-
Niradhip ChakrabortyPosted Jun 11, 2008, 9:35 AM
Regression testing involves re-running the previously run tests to find out if the already tested faults have re-occurred or new faults have been introduced. Re-testing may not involve running previously run tests or it could involve new testing methods
RE-TESTING: we check for the particular bug and its
dependencies after it is said to be fixed.
REGRESSION TESTING : We check the entire system whether the
fixed bug make any adverse effect in the existing system or
not.
You can find more answer in net.