# Execute Test Set

> Execute Test Set activity in the UiPath Test Manager connector.

## Description

Executes a test set.

## Project compatibility

Windows | Cross-platform

## Configuration

* **UiPath Test Manager connection** – The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
* **projectId** – Select the project ID from the dropdown.
* **id** – Enter the ID of the test set you want to execute.
* **executionType (optional)** – Select the execution type: Manual, Automated, None, Mixed.
* **asyncMode (optional)** – Select the check box to run the execution asynchronously. Default: cleared (false).

## Output

### Identification

| Parameter | Type |
| --- | --- |
| id | String |
| name | String |
| description | String |
| projectId | String |
| testSetId | String |
| testSetObjKey | String |
| testSetScheduleId | String |

### Execution details

| Parameter | Type |
| --- | --- |
| status | String |
| executionType | String |
| source | String |
| sourceDetails | String |
| runId | Integer |
| remoteControlAccess | String |
| runtimeType | String |

### Execution target

| Parameter | Type |
| --- | --- |
| machineKey | String |
| robotUserKey | String |
| hostMachineName | String |
| serviceUsername | String |
| folderKey | String |
| batchExecutionKey | String |

### Settings

| Parameter | Type |
| --- | --- |
| enableCoverage | Boolean |
| enforceExecutionOrder | Boolean |
| hasTestsFromMultipleAutomationProjects | Boolean |
| autopilotForRobotsSettings (Object): enabled | Boolean |
| autopilotForRobotsSettings (Object): healingEnabled | Boolean |
| orderedExecutionSettings (Object): stopOnFailure | Boolean |
| videoRecordingSettings (Object): videoRecordingType | String |
| videoRecordingSettings (Object): maxDurationSeconds | Integer |

### Timestamps

| Parameter | Type |
| --- | --- |
| executionStart | DateTime |
| executionFinished | DateTime |
| reportingDate | DateTime |
| duration | Integer |
| created | DateTime |
| createdBy | String |
| updated | DateTime |
| updatedBy | String |
