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.
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.
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.

Convert an Automation Test Case to a Manual Test Case
Go to Test Management > Test Case
Open the desired Automation Test Case
Click the “Switch to Manual” icon

A pop-up will appear with two conversion methods:

Option 1: Sync Automation Script
Click this to auto-fill the manual steps based on the automation script.
Step description and parameters are copied.

You'll need to manually fill in the Expected Result field for each step.
Click Save to Save the Test Case making it now a Duo Testcase.
Option 2: Link Existing Manual Test Case
Choose this if you want to reuse steps from another manual test case.
Click Next, a list of existing manual test cases will appear.
Check the box next to the one you want to link and click Map.

Note: This preserves script structure while giving you flexibility to tailor expected outcomes manually.
Convert a Manual Test Case to an Automation Test Case
Navigate to Test Management > Test Case
Open the Manual Test Case you wish to convert
Click the “Switch to Automation” icon

A pop-up appears with three automation setup methods:

Option 1: Same as Manual Script
Choose this to copy manual steps as-is into automation.
Step descriptions and parameters are auto-filled.
You need to manually assign:
Object (e.g., button, input field)
Action (e.g., click, input text)

Add the Object and Action, review the auto-filled steps, then Save.
Option 2: Record New Steps
Click this if you want to create automation steps from scratch.
A Record Test Case popup will open.

Start the recording session using the browser extension or recorder agent.
All steps captured during the recording will be added as your automation script.
And Save the changes
Option 3: Map Existing Automation Test Case
Useful when another test case already has the automation logic you need.
Click this, then select from a list of available automation test cases.
Check the one you want and click Map.

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

Make sure to Save the changes.
Important Notes:
You can only link test cases within the same project.
When syncing automation → manual, you must manually add expected results.
Switching does not overwrite the original version — both modes are preserved.
Why use IntelliSense?
No Redundant Work – Create once, reuse for both manual and automation.
Dynamic Workflow – Adjust your test strategy mid-sprint without rewriting.
High Reusability – Share steps across teams and testing layers (QA, UAT, Dev).
Future-Proof – Start manual today, automate tomorrow.
Last updated
