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
- 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. For more information, see Synthetic Test Data.
 - 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
givenNameproperty 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.
 Updated 2 years ago