Print Page | Close Window

what is regression testing??

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=5880
Printed Date: 12Jul2025 at 6:12am


Topic: what is regression testing??
Posted By: lovely
Subject: what is regression testing??
Date Posted: 23Jun2008 at 1:35am

what should we say when interviewer asks: define regression ,smoke and sanity testing....??

plz give me the easiest definition of all..which is quite understandable...not confusing..



Replies:
Posted By: getzephyr
Date Posted: 26Jun2008 at 2:20am
Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.

Smoke testing is non-exhaustive software testing, ascertaining that the most crucial functions of a program work, but not bothering with finer details.

Sanity Testing is the processes of checking the basic functionality of the application. This testing are done before the application is cleared for in depth testing. 



-------------


Posted By: bhupendrasingh
Date Posted: 30Jun2008 at 11:49pm
Regression testing- Modification in one portion of the software  have no bad effect in another portion of software.


Posted By: fuji9991
Date Posted: 31Jul2008 at 4:03pm
I do a lot of regression testing when we release patches.  Basically verifying that the patch did not introduce other bugs either related or unrelated.

For example if you change the brand and tread of tires on your car are you still getting the same miles per gallon, and handling?  Does the tire now hit the wheel housing when going over bumps etc...

You can go as far as to test if the doors still open and close as designed but most companies willnot support the cost of regression testing that far.  But an organization like nasa might because people's lives are on the line so regression testing needs to go to the nth degree and as a result engineering changes are less likely to be accepted because of the regression testing impact and the possible introduction of new problems.

I have not heard of smoke or sanity testing but I can take a guess.

plug it in and see if there is smoke?  Meaning are the systems bugs that glairingly obvious on the surface you can pretty much assume we are screwed on the lower level detail.

Sanity testing could be checking back with the users to still see if they want the system.  Sometimes the need for a system is very political and as organizational changes are made system projects can get cancelled just like that.


-------------
Yikes!!! There's bugs in them thar code


Posted By: krkrishna
Date Posted: 16Sep2008 at 11:14am

Regression testing

is any type of software testing which seeks to uncover regression bugs. Regression bugs occur whenever software functionality that previously worked as desired, stops working or no longer works in the same way that was previously planned. Typically regression bugs occur as an unintended consequence of program changes.

Common methods of regression testing include re-running previously run tests and checking whether previously fixed faults have re-emerged.



Posted By: sairevathi
Date Posted: 25Sep2008 at 7:58pm
perform already testing functionality just make sure that it is refind to the perception &also existing functionality is uneffect due to the new functionality is added to it



Print Page | Close Window