Regression Test Cases

Maintaining the pool of regression cases reused across phases.


Regression test cases are test cases that can be pulled into any testing phase in the project. They save you from recreating the same case for an important feature that needs testing often — sometimes every phase — by keeping it in one central place. Once defined, they can be toggled into a phase.

Regression cases are managed on the Manage Project page, reached from the project's own page, under the Regression tab.

Adding a case

Select Add Regression Test Case +to add a new card to the list. It starts with the title “Regression Case #” and blank Instructions and Success Criteria.

Editing a case

Click the title text to edit it; changes save when you click away or press Enter. Instructions and Success Criteria are edited by expanding the card and using its text fields. Markdown is supported.

Reordering a case

Click and hold the drag icon on the left of a card to move it to another spot in the list.

Deleting a case

Hover over a case to reveal a red delete bin, then select it.

Saving changes

Any change to your regression cases must be saved with the Save button that floats in the bottom-right of the screen. You can also Cancel to revert your changes.