Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Test Suite organize Test Cases test cases into groups. It structures Test Cases test cases logically.

Each Test Suite test suite consists of a group of Test Cases 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 test suite as an Application module, Component, or Feature set; whatever helps the user to group and organize the Test Case test case into logical parts. Test Suite helps the user to find a particular group of Test Cases test cases more effectively. The user can even create a Test Suite test suite for testing purposes, for example, Regression Test Cases or Smoke Test Cases, to help the team easily plan testing.

...

TestRay has a page named as Test Suites in Jira project to list all user created Test Suitestest suites

Test Suite organize Test Cases test cases into groups. It structures Test Cases test cases logically.

To avoid any confusion:

  • Test Suite which is listed in Test Suites page (root level) is called as Test Suite
  • Test Suite which is created from any Test Suite to to group Test Cases test cases in further level, is called as Sub Suite

...

Click "Add" button, specify name and save it. A new Test Suite test suite will be created. 

Create a Sub Suite

Either click on Test Suite test suite name, or click "Action→Edit", it will launch the corresponding Test Suitetest suite

Click "Action" button (three dots), then select "Add Sub Suite" context menu, specify name and save it. A new Sub Suite sub suite will be created. 

Expand a Sub Suite

Click ">" icon (expand), the corresponding Sub Suite sub suite will be expanded.

Reorder Sub Suite

Either of below two operations will help reordering Sub Suitesub suite:

  1. Drag and drop a Sub Suite sub suite to new location, this operation will be restricted into the same Test Suitetest suite.
  2. Click "Action" button (three dots) following the Sub Suitesub suite, then select "Move or Copy" context menu. 

...

Click "Action" button (three dots) following the Sub Suitesub suite, then select "Add Test Case" context menu. 

...

Click "Action" button (three dots) following the Sub Suitesub suite, then select "Link Test Case" context menu. 

...

Either of below two operations will help reordering Sub Suitesub suite:

  1. Drag and drop a Test Case test case to new location, this operation will be is restricted into the same Test Suitetest suite.
  2. TBD