Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Test Sets

Overview


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.

1127

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 > Test Sets.
  4. Click 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.

📘

Note

For the Classic Folder, you need to configure the execution target by selecting the Environment and Robot.

1055
  1. Select your Studio projects.
  2. (Optional) You can edit the project version and toggle to Include Prerelease versions.
  3. 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.

823
  1. Click Next.
  2. Use the checkboxes to select individual test cases. Alternatively, you can choose to Select all in the column header.
  3. Click Save. Your test set is created and available on the Test Sets page.

👍

Additional actions

Add test schedule

Execute test set


You can execute individual test sets.

  1. Log in to Orchestrator.
  2. Open your folder.
  3. Navigate to Testing > 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.

Manage test sets


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

ActionDescriptionProcedure
EditEdit test set details, execution target, projects and test cases.1. Open your folder in Orchestrator.
2.Navigate to Testing > Test Sets.
2. Select a test set and go to More Actions > Edit.
3. Configure your test set details and then click Save.
CloneMake a clone of your current test set.1. Open your folder in Orchestrator.
2.Navigate to Testing > Test Sets.
2. Select a test set and go to More Actions > Clone.
3. Configure your cloned test set details and then click Save.
DeleteDelete test sets. Deleting test sets removes any associated test schedule.1. Open your folder in Orchestrator.
2.Navigate to Testing > Test Sets.
2. Select a test set and go to More Actions > Delete.
3. Click Ok to confirm.

Updated about a year ago


Test Sets


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.