Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Test Data Queue Activities

This section includes testing related activities found in the UiPath.Testing.Activities pack. Through these activities, you can create synthetic test data. You can find the activities in Studio, under Testing > Data.

ActivityDescription
Add Test Data Queue ItemAdds a DataRow to a specified TestDataQueue. Unlike Add Queue Item, you can add this activity as a container, then drag test activities inside of it. Your activities will be added one by one to the DataRow, and subsequently to the queue, so you don't have to store them in a DataTable.
AddressGenerates a valid address. You can generate a random address, or select a city from the available list of countries and cities. Selecting a country from the list enables the city list from your selection.
Given NameSelects a random value from a list of common given names. The list is included as part of the activity.
Get Test Data Queue ItemExtracts a DataRow from a specified TestDataQueue.
Last NameSelects a random value from a list of common last names. The list is included as part of the activity.
Random DateGenerates a random date between two dates. You can define the date range in the following format: mm/dd/yyyy.
Random NumberGenerates a random integer with a given length.
Random StringGenerates a random string with a given length and case.
Random ValuePicks a value from a 1-column list. You can specify the source from a CSV or XLSX file.

Updated 2 years ago


Test Data Queue Activities


Suggested Edits are limited on API Reference Pages

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