> 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/support-resources/faqs/design-studio/test-case.md).

# Test Case

Use this section to view common questions related to Test Case creation and management. It includes topics such as building test steps, reusing components, and performing validations during test execution.

* **Can I reuse test step groups in other test cases?**

  **Ans**: Yes. You can add test step groups to the [Reusable Library ](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/reusable-library.md)and reuse them in other test cases within the project.
* **Does a test case contain multiple test steps?**

  **Ans**: Yes. A test case is a collection of test steps and test step groups that verify whether a feature or application works correctly.
* **Can I verify values during test execution?**\
  **Ans**: Yes. Verification actions allow you to compare expected and actual values during testing.

  Following are the examples of verification actions: Learn more

  * [**Verify all Values**](/avo-assure/actions/web/dropdown/verifyallvalues.md): Checks whether all the provided values are present in the dropdown
  * [**Verify Values Exists**](/avo-assure/actions/web/dropdown/verifyvaluesexists.md): Checks whether a specific element exists on the application screen.
  * [**Verify Visible**](/avo-assure/actions/web/common-web-operations/verifyvisible.md): Checks whether an element is visible to the user.
  * [**Verify Enabled**](/avo-assure/actions/sap/common-operations/verify-enabled.md): Checks whether an element is enabled and ready for interaction.
  * [**Compare Values**](/avo-assure/actions/generic/string-operations/compare-values.md): Compares two values and identifies whether they are equal or different.
* **Is it possible to export test steps from a test case?**

  **Ans**: Yes. You can export test steps as a JSON file so they can be reused or imported with other test cases.


---

# 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/support-resources/faqs/design-studio/test-case.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.
