Regression testing: Difference between revisions

Content deleted Content added
Reverting edit(s) by 43.228.231.114 (talk) to rev. 1179147800 by GünniX: non-constructive (RW 16.1)
Tag: Reverted
Line 25:
 
=== Retest all ===
This technique checks all the test cases on the current program to check its integrity and validate the adverse impact of bug resolving process on another section. Though it is expensive as it needs to re-run all the cases, it ensures that there are no errors because of the modified code.<ref name=":0">{{Cite conference|date=2008-03-29|title=Understanding Regression Testing Techniques|first1=Gaurav|last1=Duggal|first2=Bharti|last2=Suri|conference=National Conference on Challenges and Opportunities|___location=Mandi Gobindgarh, Punjab, India|citeseerx=10.1.1.460.5875}}</ref>
 
=== Regression test selection ===