See which of your colleagues or former colleagues are already on Testing Link: Check out the Contact Finder
Testing Skills » Regression Testing » Regression Testing ?

272 Views
  3 Replies

0
Vote Vote
Regression Testing ?
Jay
Jay Picture
18 Posts
back to top
Posted 18-04-2009Reply

Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes. Regression testing is a normal part of the program development process and, in larger companies, is done by code testing specialists. Test department coders develop code test scenarios and exercises that will test new units of code after they have been written. These test cases form what becomes the test bucket. Before a new version of a software product is released, the old test cases are run against the new version to make sure that all the old capabilities still work.

Yuvraj
Yuvraj Picture
17 Posts
back to top
  Rated 0 | Posted 19-04-2009

Regression Testing:
It is the re-execution of some or all the test cases to check
1) Any addition to the software
2) Any deletion to the software
3) Any update or fixing of defect
Has not introduced the new defect in the unchanged part of the software

Jay
Jay Picture
18 Posts
back to top
  Rated 0 | Posted 19-04-2009

Thanks Yuva for more update...

Sitam
Sitam Picture
14 Posts
back to top
  Rated 0 | Posted 16-11-2011

Regression testing is a testing methodology where we test for new unlocked defects arise in the linked modules as a result of debugging or changing a module.
Regression testing is a very important testing technique in terms of confirming that no new defects have not unlocked in the system which were functioning correctly before changing or debugging that particular module.

Regards
Sitam

0
Vote Vote

Recent Activity in Forums