Promptles
Testing & Quality

Test Suite

beginner

Definition

A bunch of related tests grouped together: usually all the tests for one feature or one piece of the app. Grouping them lets the team run just one suite (when they're working on that one area) or run them all at once before a release.

In the wild

A team has separate test suites for the shopping cart, the search bar, and the checkout flow. While she's making changes to the cart, a developer runs only the cart suite: finishing in seconds instead of waiting minutes for everything else. Before launching, the team runs every suite together as a final safety net.

More from Testing & Quality