You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/left-nav-title.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -750,5 +750,7 @@
750
750
"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"},
9. Wait for Generator Agent to generate multiple test cases are generated based on the selected inputs.
65
+
8. Wait for Generator Agent to generate multiple test cases are generated based on the selected inputs.
65
66
66
67
---
67
68
@@ -73,31 +74,26 @@ The Generator Agent in Testsigma allows you to quickly generate and automate tes
73
74
| To start automating and interact live with the app, make sure the **Generator (Live App)** toggle is turned on. Go to **Settings > Preferences > Agentic AI > Generator**, and enable the toggle.
Copy file name to clipboardExpand all lines: src/pages/docs/atto/generative-ai/copilot/live-editor.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Copilot in Live Editor"
3
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"
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"
5
5
noindex: false
6
6
order: 4.7433
7
7
page_id: "copilot-in-live-editor"
@@ -19,7 +19,7 @@ contextual_links:
19
19
20
20
---
21
21
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 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.
23
23
24
24
---
25
25
@@ -41,16 +41,16 @@ The Live Editor in Testsigma helps you debug, execute, and modify test cases in
Copy file name to clipboardExpand all lines: src/pages/docs/atto/generative-ai/generate-tests/apis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Generate Test Cases for APIs"
3
3
page_title: "Generate API Test Cases"
4
4
metadesc: "In Testsigma, you can create test cases from swagger schema files | Learn how to create API test cases from Swagger using GenAI capabilities"
metadesc: "Automate test cases in Testsigma using Atto’s generative AI to create test steps faster, saving time and minimizing manual effort."
4
+
metadesc: "Atto generates detailed test cases from your requirements, creates NLP-based automated steps, and integrates existing scenarios seamlessly."
5
5
noindex: false
6
-
order: 4.7427
6
+
order: 4.7422
7
7
page_id: "automate-test-cases"
8
8
warning: false
9
9
contextual_links:
@@ -13,67 +13,69 @@ contextual_links:
13
13
name: "Prerequisites"
14
14
url: "#prerequisites"
15
15
- type: link
16
-
name: "Steps to Automate Test Cases Using Atto"
17
-
url: "#steps-to-automate-test-cases-using-atto"
16
+
name: "Steps to Generate Automated Test Cases"
17
+
url: "#steps-to-generate-automated-test-cases"
18
+
- type: link
19
+
name: "Manage Updated Test Cases"
20
+
url: "#manage-updated-test-cases"
18
21
---
19
22
20
23
---
21
24
22
-
In Testsigma, you can generate automated test cases using Atto’s generative AI capabilities. This feature enables you to quickly create test cases and test steps based on your inputs and prompts, and helps reduce time and manual effort. This article discusses how to automate test cases using Atto.
25
+
Atto processes your requirements and prompts to generate detailed test cases and create NLP-based automated steps. It also ensures that any existing scenarios are seamlessly incorporated into the output. This article discusses how to generate automated test cases and manage the updated test cases.
23
26
24
27
---
25
28
26
29
> ## **Prerequisites**
27
-
>
28
-
> Before you begin, ensure that:
29
-
>
30
-
> - You have enabled the **Generative AI** feature. If you don’t have access to this feature, please contact **Support** via chat for assistance.
30
+
> Before you begin, ensure that you have referred to the [documentation on adding the requirements](https://testsigma.com/docs/atto/generative-ai/generate-tests/requirements/).
31
31
32
32
---
33
33
34
-
## **Steps to Automate Test Cases Using Atto**
34
+
## **Steps to Generate Automated Test Cases**
35
35
36
-
1. From the left navigation bar, go to **Atto’s Home**.
3. On the **Generate Test Cases**page, click the required input fields and either upload or select the necessary inputs. In this scenario, we will upload a file.
43
-

49
+
6. Click **Edit**to add a step or block manually, or to modify existing steps.
When you generate automated test cases, Atto checks for existing test cases. If a test case already exists, Atto updates it instead of creating a new one.
56
66
57
-
8. Once the test cases are generated, expand the required category and click the required test case.
0 commit comments