Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Managing Test Data Queues in Studio

Overview

Manage test data queues items in Studio. Newly created test data queues are empty but you can upload queue items based on your defined JSON schema, either directly in Orchestrator, or through Studio.

Prerequisites

Adding Items to a Test Data Queue

To learn how to add items to your test data queue, consider a high-level scenario where you need to create synthetic user data to be uploaded to your queue.

Create a Custom Workflow in Studio

  1. Open Studio.
  2. Open or create a new Test Automation project.
  3. Navigate to New > Test Case.
  4. Add an Add Test Data Queue Item activity to the Designer panel and go to Properties to configure the QueueName to match your Orchestrator test data queue.
  5. In the Testing > Data activities list, add multiple activities of your own choice to the Add Test Data Queue Item activity. For more information, see Synthetic Test Data.
  6. Configure your activities to match your synthetic user data scenario.

🚧

Important

A valid queue item must have the exact name, as defined in your JSON schema. For example, if you have defined a givenName property in your JSON schema, your corresponded Given Name activity should match this (e.g. DisplayName set to givenName). For more information, see JSON Schema Definition.

  1. Open the Variables panel to define your variables.
  2. Save your test case.
  3. In the Project panel, right-click on your test case and select Set as publishable
  4. Click Publish and configure the package properties.
  5. Click Run File.

📘

Note

Alternatively, you can create a custom input form to easily configure and generate synthetic user data. For more information, see Create Form.

Updated 2 years ago


Managing Test Data Queues in Studio


Suggested Edits are limited on API Reference Pages

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