> 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/copy-and-paste.md).

# Copying and Pasting Test Step Group

Avo Assure allows you to copy an existing test step group from one test case and paste it into another test case. This eliminates the need to recreate identical test steps manually and helps maintain consistency across test cases that share common actions. This article describes how to copy a test step group and paste it into a different test case.

To copy and paste a test step group, perform the following actions:

1. On the **Home** page, under **Projects**, select the required Project.
2. Select **Design Studio** > **Test Case**.
3. In the **Test Cases** pane, select the test case folder.
4. Select the test case that contains the test step group you want to copy. The associated test steps appear.
5. Select the checkbox next to the test step group name to select all test steps within that group.&#x20;

{% hint style="info" %}
**Note**: Selecting a checkbox within an individual **Sl.No.** row selects only that test step, and not the complete Test Step Group.
{% endhint %}

6. Select the **Copy Test Step Group** icon.
7. In the **Test Cases** pane, select the test case where you want to paste or add the test step group.
8. Select the **Create Test Step Group** icon, and then select **Paste Test Step Group**.
9. Select **Save**. The test step group is added to the selected test case.


---

# 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/copy-and-paste.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.
