kanchan setia
What is regression testing?
Posted by kanchan setia in Testing | Others on Apr 10, 2011
0
Do you know the answer for this question? Post it below.
Guest

Regression testing is done to ensure that any new change in the software will have no negative effect on working of other parts of the software. It is to make sure that any modifications will not bring other bugs to appear. It is a part of program development process.

In this testing, we follow rerunning of previously run tests just to check if the functionality of our software is showing any unwanted changes.

Posted by Sonakshi Singh on Feb 17, 2012

To determine whether the changed component has introduced any error in unchanged component or not....

Posted by Gaurav Olkar on May 07, 2011

Regression Test: Retest the application affter changes in application or atmosphere.

Posted by Divya Saxena on Apr 12, 2011

After the Bug get fixed, testing the application whether the fixed bug should not affecti remaining functionality of the application . Majorly in regression testing Bug fixed module and it's connected modules are checked for their integrity after bug fixation.

Posted by Purushottam Rathore on Apr 12, 2011

regression testing is nothing but testing the already tested functionlity again and again 

it can be done in two scenerios
1.we ever we add new featurees to the already tested appplication in that case we r doing reg testing
2.wen ever the 2nd build release we\ill do regression testing
 regression testing starts from the second build onwords

dinesh
   correct me if im wrong

Posted by dinesh bodasingi on Apr 12, 2011
Sponsored by
Nevron Gauge for SharePoint
Become a Sponsor
PREMIUM SPONSORS
  • The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
    The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.