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.
Activity | Description |
---|---|
Add Test Data Queue Item | Adds 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. |
Address | Generates 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 Name | Selects a random value from a list of common given names. The list is included as part of the activity. |
Get Test Data Queue Item | Extracts a DataRow from a specified TestDataQueue. |
Last Name | Selects a random value from a list of common last names. The list is included as part of the activity. |
Random Date | Generates a random date between two dates. You can define the date range in the following format: mm/dd/yyyy. |
Random Number | Generates a random integer with a given length. |
Random String | Generates a random string with a given length and case. |
Random Value | Picks a value from a 1-column list. You can specify the source from a CSV or XLSX file. |
Aktualisiert vor 2 Jahren