> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section-1/add-step-details.md).

# Add Step Details

The **Add Step Details** feature allows you to add additional information for each step in a testcase. The added details help you define the expected outcome and record the results during test execution.

To add step details, perform the following actions:

1. On the **Home** page, under **Projects**, select the required project.&#x20;
2. Select the **Design Studio** > **Test Case**.
3. Select the specific test step where you want to add details.
4. Hover on the required test step and select the **Add Step Details** (**...**) icon.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FApUOqrWG4IjpVocdaWmx%2Fimage.png?alt=media&amp;token=4305b064-a687-468f-a579-052c11beb690" alt=""><figcaption></figcaption></figure>

4. Fill in the following options:
   * **Test Step description**: Enter a description of what the test step verifies. For Example: This test case is used to open the given URL.
   * **Expected Result**: Enter the expected outcome of the test step. For Example: The URL is accessible and works as expected.
   * **Pass Result**: Enter the message or value to display when the test step passes. For Example: URL opens successfully.
   * **Fail Result**: Enter the message or value to display when the test step fails. For Example: URL does not open.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FtwfiQ1S6uF6TJjzKTWvx%2Fimage.png?alt=media&amp;token=554424ff-8e25-418c-8c26-82cc879ea120" alt=""><figcaption></figcaption></figure>

5. Select **Save** to add the step details. The success message appears as **Test case info saved***.*

{% hint style="info" %}
**Note**: After execution, you can view the step details in the **Remarks** section of the [Reports](/avo-assure/create-and-execute-tests-with-design-studio/working-with-reports-section/read-a-report.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section-1/add-step-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
