# Create Test Step

> Configuration reference for the Create Test Step activity: input parameters and output fields for creating a test step within a test case.

## Description

Creates a test step for a test case.

## 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.
* **testCaseId** – Enter the ID of the test case you want to add the test step to.
* **orderNo** (optional) – Enter the order number for the test step within the test case.
* **actionType** (optional) – Enter the action type for the test step.
* **expectedResult** (optional) – Enter the expected result for the test step.
* **clipboardData** (optional) – Enter the clipboard data associated with the test step.
* **description** (optional) – Enter a description for the test step.

## Output

* **id** (String)
* **testCaseId** (String)
* **orderNo** (Integer)
* **actionType** (String)
* **description** (String)
* **expectedResult** (String)
* **clipboardData** (String)
