Testing Skills » Regression Testing » Regression Testing ?
Regression Testing ?
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.
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
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












