# Activities

> This section includes testing related activities found in the **Testing.Activities** package.

This section includes testing related activities 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.

This section includes verification and testing related activities found in the **Testing.Activities** package. Through these activities, you can create synthetic test data. The table below shows the activities available in the package.
:::note
Although Verify activities support taking screenshots on macOS and Linux, this capability is available only when testing Chrome web applications. Furthermore, a UIAutomation.Activities version higher than 24.10.6 must be installed in your project for using this functionality.
:::

| Activity | Description |
| --- | --- |
| [Add Test Data Queue Item](https://docs.uipath.com/activities/other/latest/workflow/add-test-data-queue-item) | Adds a DataRow to a specified TestDataQueue. |
| [Address](https://docs.uipath.com/activities/other/latest/workflow/address) | Generates a random valid address. |
| [Attach Document](https://docs.uipath.com/activities/other/latest/workflow/attach-document) | Attach documents to your test execution results to have proof of the outcome. |
| [Bulk Add Test Data Queue Items](https://docs.uipath.com/activities/other/latest/workflow/bulk-add-test-data-queue) | Add a data table to a specified test data queue. |
| [Delete Test Data Queue Items](https://docs.uipath.com/activities/other/latest/workflow/delete-test-data-queue-items) | Delete specified test data queue items. |
| [Get Test Data Queue Item](https://docs.uipath.com/activities/other/latest/workflow/get-test-data-queue-item) | Extracts a DataRow from a specified TestDataQueue. |
| [Get Test Data Queue Items](https://docs.uipath.com/activities/other/latest/workflow/get-test-data-queue-items) | Extracts data rows from a specified TestDataQueue. |
| [Given Name](https://docs.uipath.com/activities/other/latest/workflow/given-name) | Selects a random value from a list of common given names. |
| [Last Name](https://docs.uipath.com/activities/other/latest/workflow/last-name) | Selects a random value from a list of common last names. |
| [Random Date](https://docs.uipath.com/activities/other/latest/workflow/random-date) | Generates a random date between two dates |
| [Random Number](https://docs.uipath.com/activities/other/latest/workflow/random-number) | Generates a random integer with a given length. |
| [Random String](https://docs.uipath.com/activities/other/latest/workflow/random-string) | Generates a random string with a given length and case. |
| [Random Value](https://docs.uipath.com/activities/other/latest/workflow/random-value) | Picks a value from a 1-column list. |
| [Verify Control Attribute](https://docs.uipath.com/activities/other/latest/workflow/verify-control-attribute) | Verifies the output of a given activity by asserting it in relation to a given expression. |
| [Compare PDF Documents](https://docs.uipath.com/activities/other/latest/workflow/compare-pdf-documents) | Verifies if two documents are equivalent using multiple comparison options. |
| [Verify Expression](https://docs.uipath.com/activities/other/latest/workflow/verify-expression) | Verifies the truth value of a given expression. |
| [Verify Expression With Operator](https://docs.uipath.com/activities/other/latest/workflow/verify-expression-with-operator) | Verifies an expression by asserting it in relation to a given expression with an operator. |
| [Verify Range](https://docs.uipath.com/activities/other/latest/workflow/verify-range) | Verifies if an expression is located or not within a given range. |
| [Compare Text](https://docs.uipath.com/activities/other/latest/workflow/compare-text) | Verifies if two texts are equivalent using multiple comparison options. |
