Regression testing: Difference between revisions

Content deleted Content added
Tag: Reverted
Tag: Reverted
Line 30:
Unlike Retest all, this technique runs a part of the [[test suite]] (owing to the cost of retest all) if the cost of selecting the part of the test suite is less than the Retest all technique.<ref name=":0" />
 
=== Test casecases prioritization ===
Prioritize the test cases so as to increase a test suite's rate of fault detection. Test case prioritization techniques schedule test cases so that the test cases that are higher in priority are executed before the test cases that have a lower priority.<ref name=":0" />