Print Page | Close Window

regression testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1045
Printed Date: 15Jul2025 at 10:18am


Topic: regression testing
Posted By: Seema
Subject: regression testing
Date Posted: 27Apr2007 at 10:25pm
wat is difference bet ween retesting and regression testing?
In these two which is the best one?



Replies:
Posted By: vijay_004
Date Posted: 28Apr2007 at 3:59am
I think we can categorise the re-testing and regression testing as follows....
Regression testing is nothing but Sanity testing-- A set of basic test cases (to ensure

that basic functionalities working..) which will be executing in each and every patch

release, after some bug fixes.
re-testing -- may be the testing of a particular bug again (this may not be part of

regression test cases)to confirm it is working..may be after somebody say it is not working

in our setup....
Dont know whether it is right...this is my thinking...



Posted By: venkataraju
Date Posted: 01Jul2007 at 7:55pm
Repeating testing on the same build is called Retesting.
 
Repeating testing on the Modified build is called Regrression testing.



Print Page | Close Window