Test Suite Page
Last updated
Last updated
In the Test Suite Page, we can create different kinds of test suites such as smoke, regression, etc. From these suites, we can link test cases. Once a test suite is created, it helps in associating it with a test plan for test execution.
A Test Suite is a collection of test cases that are typically referenced during test execution, especially in QA, where we often refer to Smoke or Regression execution.
On the Test Suite Page, you can find the 'Add New Suite' button. Once you click this button, you will get the 'Add New Suite' dialog. Enter your Suite Name and click the Save button.
Once it is saved, you can view it in the Test Suite section. Now, you need to link test cases
After clicking the newTestSuiteName, select components from the 'Map Test Case' section. You can select multiple components at a time. After that, click the 'Load Test Case' button. Following this, all test cases belonging to those components will be displayed in the Linked Test Case section
Select the checkbox for the required test case and click on 'Link Test Case.' You will get a confirmation pop-up. Once accepted, the test case will be linked to the test suite
Once test cases are linked, you can directly see all the test cases associated with the test suite by clicking the Test Suite Name in the Test Suite section
Video file for Creating new Test suite
To unlink test cases from an existing test suite, first, click on the test suite in the test suite section. Once it is selected, all linked manual test cases will be displayed under the linked test case section. Select the checkbox for the test case you want to unlink. Afterward, click the "Unlink Test" button. A confirmation pop-up will appear; once you accept, the selected test case will be unlinked from the existing test suite.
Video file for unlink test case
To delete a test suite, first, click on the test suite name. Afterward, click on the "Delete Test Suite" button. You will receive a confirmation message; once you accept, the test suite will be deleted from the server.
Video file for Deleting test suite