Skip to content

Commit ed32181

Browse files
authored
Replaced Copilot with Live Editor (#851)
1 parent 8ea06c7 commit ed32181

File tree

8 files changed

+60
-60
lines changed

8 files changed

+60
-60
lines changed

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 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"
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 Live Editor"
55
noindex: false
66
order: 4.7433
7-
page_id: "copilot-in-testsigma"
7+
page_id: "copilot-in-live-editor"
88
warning: false
99
contextual_links:
1010
- type: section
@@ -19,13 +19,13 @@ contextual_links:
1919

2020
---
2121

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.
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 Live Editor, 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 Live Editor in Testsigma.
2323

2424
---
2525

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

@@ -35,22 +35,22 @@ The Copilot in Testsigma helps you debug, execute, and modify test cases in real
3535

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

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

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)
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)
4242

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

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

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

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

53-
9. Copilot will analyze the current page and starts generating test cases.
53+
9. Live Editor will analyze the current page and starts generating test cases.
5454

5555
10. Wait for the test case generation to complete.
5656

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
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."
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 theLive 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-copilot-test-execution"
7+
page_id: "using-auto-healing-in-eive Editor-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 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.
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.
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 **Copilot**.
48+
1. Once you have created the test steps, click **Live Editor**.
4949
![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_1.png)
5050

51-
2. On the **Copilot** overlay, configure the required options and click **Launch**.
51+
2. On the **Live Editor** 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.
5555
![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 Copilot 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 Live Editor 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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
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"
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"
55
noindex: false
66
order: 10.5
7-
page_id: "Editing a Test Case Using Copilot"
7+
page_id: "Editing a Test Case Using Live Editor"
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: "Steps to Edit a Test Case Using Copilot"
18-
url: "#steps-to-edit-a-test-case-using-copilot"
17+
name: "Steps to Edit a Test Case Using Live Editor"
18+
url: "#steps-to-edit-a-test-case-using-live-editor"
1919
---
2020

2121
---
2222

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

2525
---
2626

@@ -32,16 +32,16 @@ In Testsigma, Copilot gives you complete control over test cases while executing
3232
3333
---
3434

35-
## **Steps to Edit a Test Case Using Copilot**
35+
## **Steps to Edit a Test Case Using Live Editor**
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 **Copilot** in the **Action Panel**.
41+
2. Create a new test case or open an existing one, and click **Live Editor** 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 **Copilot** overlay:
44+
3. In the **Live Editor** 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, Copilot gives you complete control over test cases while executing
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 **Copilot**.
54+
4. Click **Launch**. A new window opens with the **Live Editor**.
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 **Copilot**.
59+
6. When debugging is complete, click **Stop** to close the **Live Editor**.
6060
![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 **Copilot**. To close the **Copilot**, open **Testsigma Terminal** application and click **Quit Copilot**.
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**.
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: 14 additions & 14 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 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"
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"
55
noindex: false
66
order: 10.6
7-
page_id: "Frequently Asked Questions on Copilot"
7+
page_id: "Frequently Asked Questions on Live Editor"
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 **Copilot** 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 **Live Editor** 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 Copilot.
60+
**Answer:** Testsigma Terminal integrates with the existing agent, which is used for remote executions, ad-hoc runs, and Live Editor.
6161

6262
---
6363

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

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

76-
- **Stop:** Click **Quit Copilot**.
76+
- **Stop:** Click **Quit Live Editor**.
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 **Copilot** homepage.
105+
- **Restart:** Relaunch **Testsigma Terminal** or click the **Restart** button on the **Live Editor** homepage.
106106

107107

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

163163
---
164164

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

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.
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.
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 **Copilot** if it is open.
173+
1. Quit the **Live Editor** if it is open.
174174
![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.
@@ -197,7 +197,7 @@ warning: false
197197

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

200-
1. Close the **Copilot** and any previously running agent.
200+
1. Close the **Live Editor** 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 Copilot?**
229+
**16. What should I do if I see an authentication error while installing the Terminal or Live Editor?**
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

233233
![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 Copilot?**
237+
**17. Why do test steps not update and features not work in the Live Editor?**
238238

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

241241
---

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

Lines changed: 3 additions & 3 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 Copilot 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 Live Editor 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-
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.
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.
2020

2121
---
2222

@@ -42,7 +42,7 @@ Copilot helps you author and validate tests through local execution for Salesfor
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 Copilot.
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.
4646

4747
1. Click **Open the desktop** app. The **Testsigma Terminal** opens.
4848

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

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

1717
---
1818

19-
Copilot is the primary tool for test authoring and validation through local execution for Salesforce, Desktop, and Web applications. To enable this on Windows, you must install the Testsigma Terminal application. This section explains how to download, install, and set it up on your Windows machine.
19+
Live Editor is the primary tool for test authoring and validation through local execution for Salesforce, Desktop, and Web applications. To enable this on Windows, you must install the Testsigma Terminal application. This section explains how to download, install, and set it up on your Windows machine.
2020

2121
---
2222

@@ -31,7 +31,7 @@ Copilot is the primary tool for test authoring and validation through local exec
3131
4. Click **Login to Testsigma**. You will be redirected to Testsigma.
3232

3333
[[info | **NOTE**:]]
34-
| 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.
34+
| 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.
3535

3636
1. Click **Open the desktop app**. The **Testsigma Terminal** opens.
3737

0 commit comments

Comments
 (0)