Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Test Executions

Overview


In this topic, you can learn how to manage your test executions. The test executions serve as an immutable record of the execution of any respective test set, at a specific point in time. By comparison, the test set is always subject to change, as it can target a different application version or its test case selection can be modified.

1002

Re-execute test set


You can re-execute test sets after a previous run. The new test case result will override the previous one shown on the Test Executions page.

  1. Log in to Orchestrator.
  2. Open your folder.
  3. Navigate to Testing > Test Executions.
  4. Select a test run and go to More actions > Details.
  5. Select a test case and go to More actions > Re-execute.
  6. Configure the execution target:
    • User: Select the user from the dropdown list that is assigned to that specific folder. The default is set to Any User.
    • Machine: Select the machine resource from the dropdown list.

📘

Note

For the Classic Folder, you need to select your Environment and then choose whether you want to allocate the execution dynamically or to specific robots.

  1. (Optional) Define custom Arguments for your test cases to override default values at the test set level. To define arguments, you need to have published a package with arguments.
  2. Click Execute to confirm.

Analyze test executions


You can analyze test executions to understand what happened in instances where the execution failed or got stuck.

📘

Note

You can view screenshots of failed test executions by navigating to Automations > Job > Job Details. To benefit from this feature, you need to enable execution media at the application level. For more information, see Execution Media Permissions.

711

You can choose from the following actions to examine your test runs.

ActionsDescriptionProcedure
Execution detailsView Robot details, including execution attachments, data variation and screenshots.
Make sure that you have Execution Media Permissions.
1. Open your folder in Orchestrator.
2. Navigate to Testing > Test Executions.
3. Select a test run and go to More Actions > Details
4. Click Details to view the execution details.
View assertionsView failed or passed assertions.1. Open your folder in Orchestrator.
2. Navigate to Testing > Test Executions.
3. Select a test run and go to More actions > Details.
4. Select a test case and go to More actions > View assertions.
View logsView and export a detailed log of execution events.1. Open your folder in Orchestrator.
2. Navigate to Testing > Test Executions.
3. Select a test run and go to More actions > Details.
4. Select a test case and go to More details > View logs.
5. Click Export to get the test execution details in a CSV format.

Test executions API


To query for item related activities, you can use the Background Tasks, internally available through API. For more information on Orchestrator Permissions, see About Roles. For more information on test automation API, see Test Automation API Permissions.

Updated about a year ago



Test Executions


Suggested Edits are limited on API Reference Pages

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