# Add Step Details

The **Add Step Details** feature allows you to provide additional information for each step within a Testcase. This helps in maintaining clarity, accurately record the results during test execution.  &#x20;

#### Steps to Add Step Details in Avo Assure:&#x20;

1. On the **Home** page, under **Projects**, select the required project. Navigate to the **Testcase** tab in the **Design Studio**.&#x20;
2. Select specific test step where you want to add details.&#x20;
3. Select the Add Step Details **(...)** icon on the right panel.&#x20;

<figure><img src="/files/M0U0SnXtdkvzY6eiQAPH" alt=""><figcaption></figcaption></figure>

4. Fill in the following fields:

* **Test Step description**: Clearly describe what the test step is meant to verify.  \
  Example: This test case is used to open the given URL.
* **Expected Result**: Enter the expected outcome of test step. \
  Example: Browser should be navigated to the given URL.&#x20;
* **Pass Result**: Define the message or value that should be shown when the step passes. \
  Example: URL opened successfully.
* **Fail Result**: Define the message or value that should be shown when the step fails. \
  Example: URL not opened.&#x20;

<figure><img src="/files/pVCXMw0wCF4lfTcKRyM1" alt=""><figcaption></figcaption></figure>

5. Select **Save** to apply the details. A **Success** message appears displaying "Test case info saved"*.*

<figure><img src="/files/hxN7v1mDdY4lajV7C8pS" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions: 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:

```
GET https://docs.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-test-case-section/creating-test-step-group/add-step-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
