Back to Course
Test Artifacts & Process

Test Suite

What is a Test Suite?

A test suite is a collection of test cases grouped together, typically intended to test a specific feature, module, or type of testing (e.g., a "Login Module Regression Suite").

How Test Suites are Organised

  • By feature or module (e.g., login, checkout, reporting).
  • By test type (e.g., smoke suite, regression suite, sanity suite).
  • By priority (e.g., critical path suite vs full regression suite).

Why Test Suites Matter

Organising test cases into suites makes it easier to select the right subset of tests to run for a given situation — for example, running just the smoke suite after a new build, or the full regression suite before a major release.

Ready to master real-world software testing?

Learn manual and automation testing hands-on with mentor-led sessions.

Explore Course