# Test Sets

> :::important
The Orchestrator Testing module was deprecated on January 1, 2026. For more information consult the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#orchestrator) section and the [FAQ](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/faq---deprecating-the-testing-module) section.
:::

## Overview

:::important
The Orchestrator Testing module was deprecated on January 1, 2026. For more information consult the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#orchestrator) section and the [FAQ](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/faq---deprecating-the-testing-module) section.
:::

In this topic, you can learn how to manage your test sets. A test set represents a grouping of a number of individual test cases, serving particular purposes (e.g. full regressions, smoke tests, etc) across any number of projects.

## Create Test Set

Create a test set to prepare for test execution.

1. Log in to Orchestrator.
2. Open your folder.
3. Navigate to **Testing** &gt; **Test Sets**.
4. Select **Add test set**.
5. Configure the following:
   * **Name**: Enter a name for your test set.
   * **Description**: Enter an optional description.
   * **User**: Select the user from the dropdown list that is assigned to that specific folder. The default is set to **Any User**.
6. Enable coverage calculator to view which activities have been covered during the execution. To analyze the activity coverage for your test results, see [Test execution coverage](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/test-executions#test-executions).

To analyze your activity coverage in the Studio workflows, see [Activity Coverage](https://docs.uipath.com/studio/docs/rpa-testing-activity-coverage).

Figure 1. Enabling coverage calculation

   ![Screenshot of the Adding test set page](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-screenshot-of-the-adding-test-set-page-226839-8412b9fd-d6b569fa.webp)

7. Select your Studio projects.
8. (Optional) You can edit the project version and toggle to **Include Prerelease** versions.
9. Define custom **Arguments** for your test cases to override default values at the test set level. Through the arguments, you can parameterize the test cases at runtime.
:::note
To define arguments, you need to have published a package with arguments.
:::

Figure 2. Defining arguments

   ![Screenshot of the Arguments tab](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-screenshot-of-the-arguments-tab-227301-1c8bb8a5-d05e1454.webp)
   
10. Select **Next**.
11. Use the checkboxes to select individual test cases. Alternatively, you can choose to **Select all** in the column header.
12. Select **Save**. Your test set is created and available on the **Test Sets** page.
:::tip
[Add test schedule](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/test-schedules#test-schedules)
:::

## Execute Test Set

:::important
For any new tenant, you can execute test sets only via [Orchestrator APIs for Test automation](https://docs.uipath.com/orchestrator/automation-cloud/llatest/api-Guide/permissions-per-endpoint#test-automation). The Orchestrator Testing module was deprecated on January 1, 2026. For more information consult the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#orchestrator) section and the [FAQ](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/faq---deprecating-the-testing-module) section.
:::

You can execute individual test sets.

1. Log in to Orchestrator.
2. Open your folder.
3. Navigate to **Testing** &gt; **Test Sets**.
4. Select a test set and click Execute.
5. Click **Ok** to confirm your action. The test set is placed in a queue. For more information, see [Test Executions](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/test-executions#test-executions).

## Manage Test Sets

The following table lists the actions that you can take to manage your test sets.

 <colgroup>
  <col/>
  <col/>
  <col/>
 </colgroup>
 
  
     Action  
     Description  
     Procedure  
  
 
 
  
    Edit 
     Edit test set details, execution target, projects and test cases.  
   
      
          Open your folder in Orchestrator.  2.Navigate to Testing &gt; Test Sets .  
         Select a test set and go to More Actions &gt; Edit . 
         Configure your test set details and then click Save . 
      

  
  
    Clone 
     Make a clone of your current test set.  
   
      
          Open your folder in Orchestrator.  2.Navigate to Testing &gt; Test Sets .  
         Select a test set and go to More Actions &gt; Clone . 
         Configure your cloned test set details and then click Save . 
      

  
  
    Delete 
     Delete test sets. Deleting test sets removes any associated test schedule.  
   
      
          Open your folder in Orchestrator.  2.Navigate to Testing &gt; Test Sets .  
         Select a test set and go to More Actions &gt; Delete . 
         Click Ok to confirm.
