# Develop Test Case Once - Intelli Sense

SimplifyQA’s "Develop TC Once – IntelliSense" feature allows testers to switch effortlessly between manual and automation test cases without duplicating effort. With just a few clicks, you can convert test cases from one mode to another—preserving the structure, parameters, and core logic.&#x20;

This feature enables agile teams to begin writing test cases in either mode and convert them later based on project needs or automation readiness—saving time and maximizing reusability.&#x20;

Once a test case is converted between manual and automation, it becomes a Duo Test Case, which can be identified by the dedicated Duo icon.

<figure><img src="/files/vzSw4DB1mp7c1IxTy7R6" alt="" width="563"><figcaption></figcaption></figure>

### Convert an Automation Test Case to a Manual Test Case

1. Go to Test Management > Test Case
2. Open the desired Automation Test Case&#x20;
3. Click the “Switch to Manual” icon&#x20;

<figure><img src="/files/8JGZAfL6FZ7Ioype2VJ8" alt="" width="563"><figcaption></figcaption></figure>

4. A pop-up will appear with two conversion methods:

<figure><img src="/files/WSWQTxaWKTL7JQXWjTtb" alt="" width="563"><figcaption></figcaption></figure>

**Option 1: Sync Automation Script**

1. Click this to auto-fill the manual steps based on the automation script.&#x20;
2. Step description and parameters are copied.&#x20;

<figure><img src="/files/0EVK9G62pF5aNm9nxqt5" alt=""><figcaption></figcaption></figure>

3. You'll need to manually fill in the Expected Result field for each step.&#x20;
4. Click Save to Save the Test Case making it now a Duo Testcase.&#x20;

**Option 2: Link Existing Manual Test Case**&#x20;

1. Choose this if you want to reuse steps from another manual test case.&#x20;
2. Click Next, a list of existing manual test cases will appear.&#x20;
3. Check the box next to the one you want to link and click Map.&#x20;

<figure><img src="/files/FKmxoFOcy57Hhh4x4IsC" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
**Note:** This preserves script structure while giving you flexibility to tailor expected outcomes manually.
{% endhint %}

### Convert a Manual Test Case to an Automation Test Case

1. Navigate to Test Management > Test Case &#x20;
2. Open the Manual Test Case you wish to convert&#x20;
3. Click the “Switch to Automation” icon&#x20;

<figure><img src="/files/UBVZVM7j2VaoeOgqBMMZ" alt="" width="563"><figcaption></figcaption></figure>

4. A pop-up appears with three automation setup methods:

<figure><img src="/files/jrlqCoTzNoYzXMKtpIY6" alt="" width="541"><figcaption></figcaption></figure>

**Option 1: Same as Manual Script**

1. Choose this to copy manual steps as-is into automation.&#x20;
2. Step descriptions and parameters are auto-filled.&#x20;
3. You need to manually assign:&#x20;
   1. Object (e.g., button, input field)&#x20;
   2. Action (e.g., click, input text)&#x20;

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

4. Add the Object and Action, review the auto-filled steps, then Save.

**Option 2: Record New Steps**

1. Click this if you want to create automation steps from scratch.&#x20;
2. A Record Test Case popup will open.&#x20;

<figure><img src="/files/rjVxDPC0sk9UhljV9DeV" alt="" width="563"><figcaption></figcaption></figure>

1. Start the recording session using the browser extension or recorder agent.&#x20;
2. All steps captured during the recording will be added as your automation script.&#x20;
3. And Save the changes&#x20;

**Option 3: Map Existing Automation Test Case**

1. Useful when another test case already has the automation logic you need.&#x20;
2. Click this, then select from a list of available automation test cases.&#x20;
3. Check the one you want and click Map.&#x20;

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

4. The automation script, including steps, objects, actions, parameters, and screenshots, will be copied over.

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

5. Make sure to Save the changes.

{% hint style="warning" %}
Important Notes:&#x20;

* You can only link test cases within the same project.&#x20;
* When syncing automation → manual, you must manually add expected results.&#x20;
* Switching does not overwrite the original version — both modes are preserved.&#x20;
  {% endhint %}

### Why use IntelliSense?

* No Redundant Work – Create once, reuse for both manual and automation.&#x20;
* Dynamic Workflow – Adjust your test strategy mid-sprint without rewriting.&#x20;
* High Reusability – Share steps across teams and testing layers (QA, UAT, Dev).&#x20;
* Future-Proof – Start manual today, automate tomorrow.&#x20;

&#x20;


---

# 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/develop-test-case-once-intelli-sense.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.
