orchestrator
2021.10
false
- Getting started
- Best practices
- Tenant
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Integrations
- Classic Robots
- Troubleshooting

OUT OF SUPPORT
Orchestrator User Guide
Last updated Nov 11, 2024
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.
- 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
). - 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.