# 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.&#x20;

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

  **Ans**: Yes. You can add test step groups to the [Reusable Library ](/avo-assure/working-with-the-avo-assure-platform/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: 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/support-resources/faqs/design-studio/test-case.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.
