Skip to main content

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.
Get Test Data Queue ItemExtracts a DataRow from a specified TestDataQueue.