Test Suite organize test cases into groups. It structures test cases logically.
Each test suite consists of a group of test cases categorized either directly under it, or under multiple sub-suites that offer grouping at subsequent levels. There are no limitations to the number of levels that can be created, thus constructing the desired organized structure as a tree provides greater flexibility. The user can treat test suite as an Application module, Component, or Feature set; whatever helps the user to group and organize the test case into logical parts. Test Suite helps the user to find a particular group of test cases more effectively. The user can even create a test suite for testing purposes, for example, Regression Test Cases or Smoke Test Cases, to help the team easily plan testing.
A Test Case can only belong to one Sub Suite within a Test Suite. |
TestRay has a page named as Test Suites in Jira project to list all user created test suites.
Test Suite organize test cases into groups. It structures test cases logically.
To avoid any confusion:
Click "Add" button, specify name and save it. A new test suite will be created.
Either click on test suite name, or click "Action→Edit", it will launch the corresponding test suite.
Click "Action" button (three dots), then select "Add Sub Suite" context menu, specify name and save it. A new sub suite will be created.
Click ">" icon (expand), the corresponding sub suite will be expanded.
Either of below two operations will help reordering sub suite:
Click "Action" button (three dots) following the sub suite, then select "Add Test Case" context menu.
Click "Action" button (three dots) following the sub suite, then select "Link Test Case" context menu.
Either of below two operations will help reordering sub suite: