Skip to content

Commit 259a691

Browse files
authored
Replaced "Live Editor" with "Copilot" across docs (#848)
1 parent 603b85a commit 259a691

9 files changed

+73
-72
lines changed

src/left-nav-title.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,5 +750,6 @@
750750
"auto-healing-for-ai-generated-test-cases": {"/docs/ai-agents/auto-healing/auto-healing-for-ai-generated-test-cases/": "Auto-Healing for AI Generated Test Cases"},
751751
"zephyr": {"/docs/integrations/test-management/zephyr/": "Zephyr Cloud"},
752752
"xray": {"/docs/integrations/test-management/xray/": "Xray"},
753-
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"}
753+
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"},
754+
"live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"}
754755
}

src/pages/docs/atto/generative-ai/copilot/live-editor.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Copilot in Live Editor"
3-
page_title: "Copilot in Live Editor"
4-
metadesc: "The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot"
2+
title: "Copilot in Testsigma"
3+
page_title: "Copilot in Testsigma"
4+
metadesc: "The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot"
55
noindex: false
66
order: 4.7433
7-
page_id: "copilot-in-live-editor"
7+
page_id: "copilot-in-testsigma"
88
warning: false
99
contextual_links:
1010
- type: section
@@ -19,13 +19,13 @@ contextual_links:
1919

2020
---
2121

22-
The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Live Editor gives you complete control over the test execution flow. This article discusses the capabilities of the Copilot in Live Editor in Testsigma.
22+
The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Copilot gives you complete control over the test execution flow. This article discusses the capabilities of the Copilot in Testsigma.
2323

2424
---
2525

2626
> <p id="prerequisites">Prerequisites</p>
2727
>
28-
> Before you begin, ensure **Testsigma Terminal** is installed and the **Live Editor** is ready.
28+
> Before you begin, ensure **Testsigma Terminal** is installed and the **Copilot** is ready.
2929
3030
---
3131

@@ -35,20 +35,20 @@ The Live Editor in Testsigma helps you debug, execute, and modify test cases in
3535

3636
2. Create a new test case or open an existing one.
3737

38-
3. From the **Action Panel**, click **Live Editor**.
38+
3. From the **Action Panel**, click **Copilot**.
3939

40-
4. In the **Live Editor** overlay, select a step from the **Select Step** dropdown to specify the debug point.
41-
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Live_Editor_Action_Bar.png)
40+
4. In the **Copilot** overlay, select a step from the **Select Step** dropdown to specify the debug point.
41+
![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Live_Editor_Action_Bar.png)
4242

4343
5. Click **Launch** to begin execution.
44-
![Launch Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Launch_Live_Editor_Web.png)
44+
![Launch Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Launch_Live_Editor_Web.png)
4545

46-
6. The **Live Editor** will execute all steps up to the debug point.
46+
6. The **Copilot** will execute all steps up to the debug point.
4747

48-
7. Click **Testsigma Copilot** on the **Live Editor**.
48+
7. Click **Testsigma Copilot** on the **Copilot**.
4949

5050
8. In the **Testsigma Copilot** overlay, click **Generate Test Cases**.
51-
![Copilot in Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Copilot_in_Live_Editor.png)
51+
![Copilot in Testsigma](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Copilot_in_Live_Editor.png)
5252

5353
9. Copilot will analyze the current page and starts generating test cases.
5454

src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Using Auto-Healing in Live Editor Test Execution"
3-
page_title: "Using Auto-Healing in Live Editor Test Execution"
4-
metadesc: "Enable Auto-Healing in the Live Editor to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution."
2+
title: "Using Auto-Healing in Copilot Test Execution"
3+
page_title: "Using Auto-Healing in Copilot Editor Test Execution"
4+
metadesc: "Enable Auto-Healing in the Copilot Editor to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution."
55
noindex: false
66
order: 4.916
7-
page_id: "using-auto-healing-in-live-editor-test-execution"
7+
page_id: "using-auto-healing-in-copilot-test-execution"
88
warning: false
99
contextual_links:
1010
- type: section
@@ -22,7 +22,7 @@ contextual_links:
2222

2323
---
2424

25-
With Auto-Healing enabled, you can execute test cases directly in the Live Editor to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Live Editor.
25+
With Auto-Healing enabled, you can execute test cases directly in the Copilot to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Copilot.
2626

2727
---
2828

@@ -45,16 +45,16 @@ Here are the steps to produce:
4545
- Enter demopassword in the Password Input field.
4646
- Click on Log in Button.
4747

48-
1. Once you have created the test steps, click **Live Editor**.
49-
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_1.png)
48+
1. Once you have created the test steps, click **Copilot**.
49+
![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_1.png)
5050

51-
2. On the **Live Editor** overlay, configure the required options and click **Launch**.
51+
2. On the **Copilot** overlay, configure the required options and click **Launch**.
5252
![Launch](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_2.png)
5353

5454
- Consider that the XPATH for the element Email address or phone number on step 2 changed.
55-
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/live_editor_7.png)
55+
![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/live_editor_7.png)
5656

57-
- When the test case is executed in the Live Editor with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element.
57+
- When the test case is executed in the Copilot with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element.
5858
![Auto-Heal](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_3.png)
5959
---
6060

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Editing a Test Case Using Live Editor"
3-
pagetitle: "Editing a Test Case Live Using Testsigma Live Editor"
4-
metadesc: "Learn how to edit a test case live using Testsigma Live Editor | Testsigma Live Editor allows you to check step details of the test case without having to re-run on test failure"
2+
title: "Editing a Test Case Using Copilot"
3+
pagetitle: "Editing a Test Case Live Using Testsigma Copilot"
4+
metadesc: "Learn how to edit a test case live using Testsigma Copilot | Testsigma Copilot allows you to check step details of the test case without having to re-run on test failure"
55
noindex: false
66
order: 10.5
7-
page_id: "Editing a Test Case Using Live Editor"
7+
page_id: "Editing a Test Case Using Copilot"
88
search_keyword: ""
99
warning: false
1010
contextual_links:
@@ -14,13 +14,13 @@ contextual_links:
1414
name: "Prerequisites"
1515
url: "#prerequisites"
1616
- type: link
17-
name: "Editing a Test Case Using Live Editor"
18-
url: "#editing-a-test-case-using-live-editor"
17+
name: "Steps to Edit a Test Case Using Copilot"
18+
url: "#steps-to-edit-a-test-case-using-copilot"
1919
---
2020

2121
---
2222

23-
In Testsigma, Live Editor gives you complete control over test cases while executing, which helps fix issues or errors in real time. It eliminates the need to rerun the entire test after a failure, making debugging and test stabilization faster and more efficient. This article discusses editing test cases live while executing them using Live Editor.
23+
In Testsigma, Copilot gives you complete control over test cases while executing, which helps fix issues or errors in real time. It eliminates the need to rerun the entire test after a failure, making debugging and test stabilization faster and more efficient. This article discusses editing test cases live while executing them using Copilot.
2424

2525
---
2626

@@ -32,16 +32,16 @@ In Testsigma, Live Editor gives you complete control over test cases while execu
3232
3333
---
3434

35-
## **Steps to Edit a Test Case Using Live Editor**
35+
## **Steps to Edit a Test Case Using Copilot**
3636

3737

3838
1. In the left navigation bar, go to **Create Tests > Test Cases**.
3939
![Test Cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/TestCases_Testsigma_Lite.png)
4040

41-
2. Create a new test case or open an existing one, and click **Live Editor** in the **Action Panel**.
41+
2. Create a new test case or open an existing one, and click **Copilot** in the **Action Panel**.
4242
![Action Panel](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Live_Editor_Action_Panel.png)
4343

44-
3. In the **Live Editor** overlay:
44+
3. In the **Copilot** overlay:
4545
- Select a **Data Set Name** from the dropdown menu if the test case is data-driven.
4646
![DataSet Name](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/DataDriven_Live_Editor.png)
4747

@@ -51,16 +51,16 @@ In Testsigma, Live Editor gives you complete control over test cases while execu
5151
- Select the test step to debug up to.
5252
![Debug Point](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Select_Step_To_Debug.png)
5353

54-
4. Click **Launch**. A new window opens with the **Live Editor**.
54+
4. Click **Launch**. A new window opens with the **Copilot**.
5555
![Launch](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Launch_Live_Editor.png)
5656

5757
5. The test steps execute until the selected debug point.
5858

59-
6. When debugging is complete, click **Stop** to close the **Live Editor**.
60-
![Stop Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Live_Editor.png)
59+
6. When debugging is complete, click **Stop** to close the **Copilot**.
60+
![Stop Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Live_Editor.png)
6161

6262
[[info | **NOTE**:]]
63-
| Clicking **Stop** stops the current execution but does not close the **Live Editor**. To close the **Live Editor**, open **Testsigma Terminal** application and click **Quit Live Editor**.
63+
| Clicking **Stop** stops the current execution but does not close the **Copilot**. To close the **Copilot**, open **Testsigma Terminal** application and click **Quit Copilot**.
6464
| ![Quit Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Quit_Testsigma_Lite.png)
6565

6666
---

src/pages/docs/live-editor/faqs-on-testsigma-terminal.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "FAQs on Testsigma Terminal"
3-
pagetitle: "FAQs on Testsigma Live Editor"
4-
metadesc: "Find answers to frequently questions about Testsigma's Live Editor (Testsigma Terminal), including its features, installation, usage, and how it helps resolve issues in test cases in real time"
3+
pagetitle: "FAQs on Testsigma Copilot"
4+
metadesc: "Find answers to frequently questions about Testsigma's Copilot (Testsigma Terminal), including its features, installation, usage, and how it helps resolve issues in test cases in real time"
55
noindex: false
66
order: 10.6
7-
page_id: "Frequently Asked Questions on Live Editor"
7+
page_id: "Frequently Asked Questions on Copilot"
88
search_keyword: ""
99
warning: false
1010
---
@@ -14,7 +14,7 @@ warning: false
1414

1515
### **1. Can I run the old Java agent and Testsigma Terminal on the same machine?**
1616

17-
**Answer:** No, only one active agent can run at a time. Testsigma Terminal automatically detects an existing Java agent and uses it for **Live Editor** and test executions.
17+
**Answer:** No, only one active agent can run at a time. Testsigma Terminal automatically detects an existing Java agent and uses it for **Copilot** and test executions.
1818

1919
---
2020

@@ -57,7 +57,7 @@ warning: false
5757

5858
### **7. Which agent is used for remote executions or ad-hoc runs?**
5959

60-
**Answer:** Testsigma Terminal integrates with the existing agent, which is used for remote executions, ad-hoc runs, and Live Editor.
60+
**Answer:** Testsigma Terminal integrates with the existing agent, which is used for remote executions, ad-hoc runs, and Copilot.
6161

6262
---
6363

@@ -73,7 +73,7 @@ warning: false
7373

7474
#### **Managing Testsigma Terminal**
7575

76-
- **Stop:** Click **Quit Live Editor**.
76+
- **Stop:** Click **Quit Copilot**.
7777

7878
- **Start:** Launch **Testsigma Terminal** from your applications.
7979

@@ -102,7 +102,7 @@ warning: false
102102

103103
- Run: `sh Stop.sh`
104104

105-
- **Restart:** Relaunch **Testsigma Terminal** or click the **Restart** button on the **Live Editor** homepage.
105+
- **Restart:** Relaunch **Testsigma Terminal** or click the **Restart** button on the **Copilot** homepage.
106106

107107

108108
---
@@ -162,16 +162,16 @@ warning: false
162162

163163
---
164164

165-
### **15. What should I do if I see a port error during Terminal or Live Editor installation?**
165+
### **15. What should I do if I see a port error during Terminal or Copilot installation?**
166166

167-
**Answer:** You may see an error screen during the download of a new Terminal or Live Editor if all required ports are in use. This usually occurs when processes from a previous installation are still running. This article discusses resolving port-in-use errors when installing the Terminal.
167+
**Answer:** You may see an error screen during the download of a new Terminal or Copilot if all required ports are in use. This usually occurs when processes from a previous installation are still running. This article discusses resolving port-in-use errors when installing the Terminal.
168168

169169
![Error](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Terminal_Port_Error.png)
170170

171171
**Steps to Resolve for macOS:**
172172

173-
1. Quit the **Live Editor** if it is open.
174-
![Quit Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Quit_Live_Editor_PE.png)
173+
1. Quit the **Copilot** if it is open.
174+
![Quit Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Quit_Live_Editor_PE.png)
175175

176176
2. Open Activity Monitor and end any **wrapper** or **atto** processes.
177177
![Kill Tasks](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Kill_Tasks_in_Activity_Monitor.png)
@@ -197,7 +197,7 @@ warning: false
197197

198198
**Steps to Resolve for Windows:**
199199

200-
1. Close the **Live Editor** and any previously running agent.
200+
1. Close the **Copilot** and any previously running agent.
201201

202202
2. Open **Task Manager** and end the following processes, if they are running:
203203
- **abd**
@@ -226,16 +226,16 @@ warning: false
226226
---
227227

228228

229-
**16. What should I do if I see an authentication error while installing the Terminal or Live Editor?**
229+
**16. What should I do if I see an authentication error while installing the Terminal or Copilot?**
230230

231231
**Answer:** Authentication errors during installation occur if the user switches accounts through the installation or if leftover processes or files from a previous installation remain. To resolve this, perform the common cleanup process as described in the port busy issue.
232232

233-
![Authentication Error in Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/auth_error_terminal.png)
233+
![Authentication Error in Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/auth_error_terminal.png)
234234

235235
---
236236

237-
**17. Why do test steps not update and features not work in the Live Editor?**
237+
**17. Why do test steps not update and features not work in the Copilot?**
238238

239-
**Answer:** The Live Editor may launch the local browser and execute test steps but fail to update results or allow recording additional steps due to agent incompatibility with Chrome version 139. To fix this issue, delete the entire **.testsigma** folder and restart the Terminal. This will trigger a new agent download and restore full Live Editor functionality.
239+
**Answer:** The Copilot may launch the local browser and execute test steps but fail to update results or allow recording additional steps due to agent incompatibility with Chrome version 139. To fix this issue, delete the entire **.testsigma** folder and restart the Terminal. This will trigger a new agent download and restore full Copilot functionality.
240240

241241
---

src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Installing Testsigma Terminal on Linux"
33
pagetitle: "Installing Testsigma Terminal on Linux"
4-
metadesc: "Learn to install Testsigma Terminal on Linux. Gain full control over test execution and debugging with the Live Editor to modify and run test steps instantly."
4+
metadesc: "Learn to install Testsigma Terminal on Linux. Gain full control over test execution and debugging with the Copilot to modify and run test steps instantly."
55
noindex: false
66
order: 10.3
77
page_id: "installing-testsigma-terminal-on-linux"
@@ -16,7 +16,7 @@ contextual_links:
1616

1717
---
1818

19-
Live Editor helps you author and validate tests through local execution for Salesforce, Desktop, and Web applications. To use it on Linux, you need to install the Testsigma Terminal application. This section guides you through downloading, installing, and configuring it on your Linux system.
19+
Copilot helps you author and validate tests through local execution for Salesforce, Desktop, and Web applications. To use it on Linux, you need to install the Testsigma Terminal application. This section guides you through downloading, installing, and configuring it on your Linux system.
2020

2121
---
2222

@@ -42,11 +42,11 @@ Live Editor helps you author and validate tests through local execution for Sale
4242
8. Click **Login to Testsigma**. You will be redirected to Testsigma.
4343

4444
[[info | **NOTE**:]]
45-
| Once you log in, the session stays valid for 24 hours. After that, you'll need to log in and authorize yourself again to continue using the Live Editor.
45+
| Once you log in, the session stays valid for 24 hours. After that, you'll need to log in and authorize yourself again to continue using the Copilot.
4646

47-
9. Click **Open the desktop** app. The **Testsigma Terminal** opens.
47+
1. Click **Open the desktop** app. The **Testsigma Terminal** opens.
4848

49-
10. Wait until Testsigma Terminal downloads the necessary files and completes the installation.
49+
2. Wait until Testsigma Terminal downloads the necessary files and completes the installation.
5050

5151
[[info | **NOTE**:]]
5252
| If you encounter any issues with the Testsigma Terminal, click Report Issue from the left panel. Provide a description of the problem, upload the agent log, and ensure that you include the App Session ID and Debugging ID. To obtain the Debugging ID, ensure the agent was started through Testsigma.

0 commit comments

Comments
 (0)