orchestrator
2023.4
false
- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- SmartCard Authentication
- Audit
- Settings - Tenant Level
- Resource Catalog Service
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Orchestrator testing
- Other Configurations
- Integrations
- Classic Robots
- Host administration
- Organization administration
- Troubleshooting

Orchestrator user guide
Last updated Aug 26, 2025
Managing Test Data Queues in Studio
linkOverview
linkManage 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
linkAdding Items to a Test Data Queue
linkTo 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
- Open Studio.
- Open or create a new Test Automation project.
- Navigate to New > Test Case.
- 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.
- In the Testing > Data activities list, add multiple activities of your own choice to the Add Test Data Queue Item activity. Details...
- 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 togivenName
). For more information, see JSON Schema Definition. - Open the Variables panel to define your variables.
- Save your test case.
- In the Project panel, right-click on your test case and select Set as publishable
- Click Publish and configure the package properties.
- 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.