# Copy Test Case to different Project

In **SimplifyQA**, users can copy test cases from one project to another, ensuring reusability and efficiency across different projects. This feature helps teams avoid redundant test creation and maintain consistency in test case execution.

In software testing, reusing test cases across projects helps maintain consistency, reduce redundancy, and save valuable time. Instead of recreating similar test cases for different projects, you can copy existing ones to streamline your workflow.&#x20;

This guide provides a step-by-step approach to copying test cases across projects in **SimplifyQA**, ensuring efficiency and uniformity in test management.

### How to Copy a Test Case to another Project?

1. **Access the Test Case Module:** Log in to SimplifyQA and navigate to the "**Test Case**" section from the left-hand panel.
2. **Select the Test Case to Copy:** Locate the test case/s you want to copy using the search bar or filters and select them on clicking the checkbox/s.
3. **Use the "Copy to Project" Option:** On the test cases page, click the menu dropdown and select the '**Copy across Project'** option.

<figure><img src="/files/5e7k2uOmmOd9zpRM5b5H" alt=""><figcaption></figcaption></figure>

4. **Choose the Version:**

* A dialog box will appear prompting you to choose the test case version.
* You can also delete the test cases, if it no longer needs to be copied.
* After making all the necessary changes, click on "**Copy To**" to proceed to the next section.

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

4. **Choose the Destination Project:**

* After choosing the required test cases, select the destination project and module.
* From the dropdown menu, choose the project where you want to copy the test case and the module name.

<figure><img src="/files/Ins6FsuKzCjHmaQ8jgT1" alt="" width="496"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**: You can only select projects that you have access to.
{% endhint %}

5. **Confirm and Save**

* After selecting the project, click 'Review'.&#x20;
* Review all the details and '**Copy**' to complete the process.

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

6. The test case will now be copied to the selected project.

### Best Practices for Copying Test Cases Across Projects

1. Verify Destination Project: Double-check that you are copying the test case to the correct project.
2. Avoid Duplicates: Ensure the test case doesn’t already exist in the destination project to maintain an organised repository.

### Why Copy Test Cases to a Different Project?

1. **Reuse Test Cases Across Projects:** Eliminate the need to recreate similar test cases for different projects.
2. **Maintain Consistency:** Ensure uniformity in test design across projects.
3. **Save Time and Effort:** Streamline the process of adapting existing test cases for new projects.

#### Frequently Asked Questions

<details>

<summary><strong>Will the test case in the original project be affected if I copy it to another project?</strong></summary>

No, the original test case remains unchanged. The copy in the new project is independent of the original.

</details>

<details>

<summary><strong>Can I copy multiple test cases at once?</strong></summary>

Depending on your SimplifyQA version, you have the option to select and copy multiple test cases in bulk.

</details>

<details>

<summary>Which features are copied and which are not when I copy a test case?</summary>

Copied:

* Selected version.
* Steps along with the options enabled at each step (Ex: Screenshot, skip, etc).
* Test data along with formulas and data iterations.
* Details of the test case (Ex: User story, module, etc).
* Test case settings.

Not Copied:

* Review/Approve status and its details.
* DUO steps of the test case.
* Baseline images and thumbnails.
* Emailer configuration.
* Executions of the original test case.

</details>


---

# 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.simplifyqa.ai/introduction-to-test-management-in-simplifyqa/copy-test-case-to-different-project.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.
