# Get Test Execution

> Get Test Execution activity in the UiPath Test Manager connector.

## Description

Gets test execution by ID.

## 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.
* **id** – Enter test execution ID.
* **projectId** – Select the project ID from the dropdown.

## Output

### Identification

| Parameter | Type |
| --- | --- |
| name | String |
| description | String |
| projectId | String |
| createdBy | String |
| testSetId | String |
| testSetScheduled | String |
| runId | Integer |

### Execution details

| Parameter | Type |
| --- | --- |
| source | String |
| status | String |
| remoteControlAccess | String |
| executionType | String |
| hasTestsFromMultipleAutomationProjects | Boolean |
| enforceExecutionOrder | Boolean |

### Timestamps

| Parameter | Type |
| --- | --- |
| reportingDate | String |
| executionStart | String |
| executionFinished | String |
| duration | Integer |
