Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.software.testing > #250

Re: Difference between Regression Testing and Retest

Newsgroups comp.software.testing
Date 2012-12-10 03:30 -0800
References <93860217.0407210444.7fa6726@posting.google.com> <CwO_c.8377$w%6.4000@newsread1.news.pas.earthlink.net>
Message-ID <4edc1eee-2f5a-4ed6-8265-90bb5a979e91@googlegroups.com> (permalink)
Subject Re: Difference between Regression Testing and Retest
From "netguru7575@gmail.com" <netguru7575@gmail.com>

Show all headers | View raw


On Monday, September 6, 2004 6:21:46 AM UTC+5:30, Kathy Johnson wrote:
> To me retesting means fixing a small part of the system and retesting 
> the fix.
> 
> To me Regression testing is, "did that fix break anything else in the 
> system that we know works" Incude the new fix and run you stable set of 
> tests. If nothing breaks at least you know the parts of the system you 
> have tests for still works.
> 
> Kathy J
> 
> Kamlesh Kumar wrote:
> 
> > What are the differences between Regression Testing and Retesting ?

Regression Testing is the execution of all or a select group of test cases that have passed on the earlier build or release of the application under test so that you can validate, the original functions and features are still working as they were in the past.
The test cases we use are derived from the functional specification, the user manuals, user tutorials, and defect reports in relation to corrected problems.

etesting is the execution of one or a set of test cases, which previously failed due to a suspected defect in the software which now is documented as being remedied.
However, the fix may introduce fault elsewhere in the software. The way to detect these "unexpected side effects" of fixes is to do regression testing as mentioned above.

Check this article http://softwareqatestings.com/introduction-to-software-testing/what-is-the-difference-between-regression-testing-vs-retest.html

Back to comp.software.testing | Previous | Next | Find similar


Thread

Re: Difference between Regression Testing and Retest "netguru7575@gmail.com" <netguru7575@gmail.com> - 2012-12-10 03:30 -0800

csiph-web