Skip to main content

Manage test suites in Katalon TestOps

You can create, update and manage test suites in Katalon TestOps.

By doing so, you save time creating the test suite in Katalon Studio and uploading it to a Git script repository on TestOps.

Create a test suite

  1. Sign in to Katalon TestOps and go to your project.
  2. Go to Test Management > Test Suite.
  3. Click on + Test Suite.
    The Create new Test Suite dialog appears as below. create new test suite
  4. Give your test suite a name. remove test case
  5. Choose a Script Repository to retrieve your test cases. You can only add test cases from the script repository you have selected.
  6. Choose test cases, then select Add to add them to your test suite.
    select test cases to create test suite
  7. Click Create.
    Note:
    • You can only choose one script repository for each test suite.

A test suite is created in Katalon TestOps. The newly-created test suite is stored in the TestOps folder under the relevant script repository. The TestOps folder is a default system-generated folder to store the test suite you have created in TestOps.

TestOps folder

Warning:
  • Katalon TestOps has a refresh feature where you can sync the latest version of your Git repository to TestOps. To ensure the default system TestOps folder remains unaffected by this feature, Katalon TestOps ignores any other folder named "TestOps" in your Git repository. Therefore, do not use "TestOps" when naming test suites in Katalon Studio or your script repositories. See more about the refresh feature here: Sync your Git repository latest versions to Katalon TestOps.

Update a test suite

You can rename a test suite and add/remove test cases in the test suite you have created in Katalon TestOps.
Warning:
  • Katalon TestOps has a re-import feature where you can import test reports repeatedly. This feature only recognizes the original name of the test suite you have created. If you rename the test suite and then re-import reports, TestOps might not recognize the new test suite name, and consequently, fail to import the latest data. Therefore, rename your test suite with caution.

  1. Go to Test Management > Test Suites.
  2. Find and click your desired script repository in the folder list on the left sidebar.
    Test Suites script repository folder
  3. Select the script repository's sub-folder Test Suites, then TestOps.
    Test Suites script repository sub-folder
  4. Click Edit in the top right corner of the test suite page.
    Test suite page edit button
  5. Update the test suite.
    Test suite edit page
    • You can edit the name in the Test Suite Name section.
    • You can search a test case in the Test Cases section, then click Add to add the test case.
    • You can remove a test case in the test case list by clicking Remove.
  6. Click Save to save the changes you have made to the test suite.

Delete a test suite

Important:
  • You must have a test suite already created in TestOps.
  • If you delete a test suite that contains execution data, the test suite will become a shell test suite. You can find it in the Uploaded Data​ folder.​
  • If the deleted test suite is linked with any scheduled test runs, it will be unlinked from the schedule.
  • A shell test suite is automatically created to store deleted test data.

For example:

On TestOps, navigate to Test Management > Test Suites. There are two test suites as below: TestOps test suites

  • Test Suite 1 has been executed and contains execution data.
  • Test Suite 2 has never been executed.

If you delete Test Suite 1, shell test suites will be automatically created under the Uploaded data folder to store the deleted Test Suite 1, as it contains executed data:

If you delete Test Suite 2, it will be removed from TestOps completely, as it does not contain executed data.

Steps to delete a test suite

To delete a test suite, follow these steps:
  1. Log in TestOps, go to Test Management > Test Suite.
  2. Click the test suite to view its details.
    TestOps select test suite
  3. Click the Delete button.
  4. The Confirmation dialog box appears, click the Delete button in the dialog box to confirm.
    delete test suite dialog