test-suite
2023.4
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
- CI/CD integrations
Testing Activities
Test Suite User Guide
Last updated Aug 13, 2024
Testing Activities
This section includes all activities related to testing found in the Testing.Activities package.
Test data plays a critical role in testing. Due to data regulations such as GDPR, it is not possible to use production data during testing. UiPath provides a set of activities, that allow you to create synthetic test data.
To create your Test Cases in Studio, you can use the activities available in the
Testing.Activities package. Check out the available testing activities in the
following table:
Note: Verify activities do not support taking
screenshots on macOS and Linux operating systems.
Activity | Description |
---|---|
Add Test Data Queue Item | Adds a DataRow to a specified TestDataQueue. |
Address | Generates a valid address. You can generate a random address, or select a city from the available list of countries and cities. |
Attach Document | Attach documents to your test execution results to have proof of the outcome. You can view the attachment in Orchestrator by navigating to Testing > Test Executions > Test Run Details and then selecting View attachments on a specific test case. |
Bulk Add Test Data Queue Items | Add a data table to a specified test data queue. |
Delete Test Data Queue Items | Delete specified test data queue items. |
Get Test Data Queue Item | Extracts a DataRow from a specified TestDataQueue. |
Get Test Data Queue Items | Extracts data rows from a specified TestDataQueue. |
Given Name | Selects a random value from a list of common given names. |
Last Name | Selects a random value from a list of common last names. |
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. |
Verify Control Attribute | Verifies the output of a given activity by asserting it in relation to a given expression. |
Verify Expression | Verifies the truth value of a given expression. |
Verify Expression with Operator | Verifies an expression by asserting it in relation to a given expression with an operator. |
Verify Range | Verifies if an expression is located or not within a given range. |