How should one choose test cases for regression?

Choosing test cases for regression packs is not a trivial exercise. There are three types of test suites executed during each release of a software application: regression tests, release specific tests, and defect fix verification tests. Careful thought and attention must accompany the selection of test sets for the regression pack.

The following are some of the guidelines to accomplish this selection exercise:

  • Include the test cases that have frequently yielded bugs: Some areas in the application are so error-prone that they usually fail following a small coding change. We can keep track of these failing test cases throughout the product cycle and cover them in the regression test suite.
  • Include the ...

Get Testing Practitioner Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.