Skip to content
4 changes: 3 additions & 1 deletion src/left-nav-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,5 +750,7 @@
"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"},
"zephyr": {"/docs/integrations/test-management/zephyr/": "Zephyr Cloud"},
"xray": {"/docs/integrations/test-management/xray/": "Xray"},
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"}
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"},
"requirements": {"/docs/atto/generative-ai/generate-tests/requirements/": "Add Requirements"},
"live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"}
}
4 changes: 2 additions & 2 deletions src/pages/docs/agent/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Enables the Agent to automatically detect and use a network proxy, including pro

---

### Argument: **`--TS_DELETEGATE_SSL_VALIDATION`**
### Argument: **`--TS_DELEGATE_SSL_VALIDATION`**

Delegates SSL validation to SSL inspection tools instead of Java, bypassing SSL certificate validation errors.

Expand All @@ -62,7 +62,7 @@ Delegates SSL validation to SSL inspection tools instead of Java, bypassing SSL

3. Run the following command:
```bash
./start.sh --TS_DELETEGATE_SSL_VALIDATION=true
./start.sh --TS_DELEGATE_SSL_VALIDATION=true
```

4. The Agent delegates SSL validation and starts successfully.
Expand Down
14 changes: 7 additions & 7 deletions src/pages/docs/ai-agents/bug-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@ The Bug Reporter Agent in Testsigma streamlines bug reporting by allowing users
## **Steps to Report a Bug**

1. From the left navigation bar, go to **Run Results**.
![Run Results](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Run_Results_Dashboard.png)
![Run Results](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_3.png)

2. Open the test plan that contains failed test cases.

3. Select a test case with a failed step and click the step to open its details.

4. In the **Step Details** panel, click **Analyze with Agent**, and wait for the analysis to complete.
![Analyze with Agent](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Analyze_Agent.png)
![Analyze with Agent](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_4.png)

5. In the **Analyzer Agent** overlay, click **Report Bug**.
![Report Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/ReportBug_Atto.png)
![Report Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_5.png)

6. On the **QA Agent** overlay, select a bug tracking tool.
![Select Tool](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/QA_Agent_Tools.png)
![Select Tool](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_6.png)

7. Select **Project**, **Issue Type** and review the **Description**.
![Bug Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Bug_Details.png)
7. Select **Project**, **Group**, **Person**, and **Status**. Update the title if needed, and review the **Description**.
![Project](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_1.png)

8. Click **Report Bug**.
![Report Bug Button](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Report_Bug_From_Atto.png)
![Report Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/bug_reporting_2.png)

9. The issue will be created in Jira with all the details.

Expand Down
50 changes: 23 additions & 27 deletions src/pages/docs/ai-agents/generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,29 @@ The Generator Agent in Testsigma allows you to quickly generate and automate tes

3. In the **Generate Test Cases** section, select **Jira Requirements**.

4. In the **Jira Requirements** modal dialog:
4. In the **Add Jira Tickets** dialog:
- From the **Project** dropdown, select the relevant Jira project.
- Under **Issue Type**, select one of the following:
- If you select **Epic**, choose the stories for which you want to generate test cases.
- If you select **Story**, choose all the stories for which you want to generate test cases.
- Click **Add Input**.

![Jira Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Jira_Story_Tests.png)

![Jira Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/add_files_1.png)

5. In the **Generate Test Cases** section, select **Files** as an additional input source.
5. In the **Add Jira Tickets** dialog, click **Files** from the **ADD FILES** menu.
![Files](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/add_files_3.png)

6. In the **Add Files** dialog:
6. In the **Files Upload** dialog:
- Click **Add Files**.
- Click **Browse**, and select one or more supported files.
- Click **Add Files**.
- Click **Save**.

![Files Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Files_Input.png)

7. In the Prompt box, enter a detailed prompt that describes test cases want to generate.
![Files Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/add_files_4.png)

8. Click **Generate**.
7. In the Prompt box, enter a detailed prompt that describes test cases want to generate and click **Generate with AI**.
![Prompt](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/add_files_5.png)

9. Wait for Generator Agent to generate multiple test cases are generated based on the selected inputs.
8. Wait for Generator Agent to generate multiple test cases are generated based on the selected inputs.

---

Expand All @@ -73,31 +74,26 @@ The Generator Agent in Testsigma allows you to quickly generate and automate tes
| 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.
| ![Generator toggle](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Generator_Toggle.png)

2. Click **Start Automating**.
![Start Automating](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Start_Automating_Tests.png)

3. In the **Select Environment for Execution** dialog, choose an environment, and click **Proceed**.
![Procees](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Procees_Automating.png)
2. Hover over **Agentic Learning (Beta)** and select an environment.
![Start Automating](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/learn_live_editor_1.png)

4. This opens **Atto’s Live Editor** with the manual steps preloaded.
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Live_Editor_SA.png)
3. This opens **Atto’s Live Editor** with the manual steps preloaded.
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/learn_live_editor_2.png)

5. Click **Start Learning Live App**.
![Start Learning](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Element_Learning_Atto.png)
4. Click **Start Learning Live App**.
![Start Learning](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/learn_live_editor_3.png)

6. A Chrome instance opens, and the **Live Editor** starts learning elements by executing the manual test steps.
5. A Chrome instance opens, and the **Live Editor** starts learning elements by executing the manual test steps.

7. Once all test steps are executed successfully, click **Start Generating Automated Test Case** to review all the steps with learned elements.
![Start Generating Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Generate_Test_Case_Atto.png)
6. Once all test steps are executed successfully, click **Start Generating Automated Test Case** to review all the steps with learned elements.
![Start Generating Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/ai_agents/learn_live_editor_4.png)

[[info | **NOTE**:]]
| You can modify test steps by providing additional inputs if needed.

8. Click **Run Now** to execute the test case locally.
![Run Now](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Run_Test_Case_Atto.png)
7. Click **Run Now** to execute the test case locally.

9. Once the test case executes successfully, click **Accept** to save it to the test case library.
![Accept](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Accept_Test_Case.png)
8. Once the test case executes successfully, click **Accept** to save it to the test case library.

[[info | **NOTE**:]]
| Even if a test case fails, you can accept it and update it later. **Reject** a test case only if it’s completely unrelated or unusable.
Expand Down
14 changes: 7 additions & 7 deletions src/pages/docs/atto/generative-ai/copilot/live-editor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Copilot in Live Editor"
page_title: "Copilot in Live Editor"
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"
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"
noindex: false
order: 4.7433
page_id: "copilot-in-live-editor"
Expand All @@ -19,7 +19,7 @@ contextual_links:

---

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

---

Expand All @@ -41,16 +41,16 @@ The Live Editor in Testsigma helps you debug, execute, and modify test cases in
![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Live_Editor_Action_Bar.png)

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

6. The **Live Editor** will execute all steps up to the debug point.

7. Click **Testsigma Copilot** on the **Live Editor**.
7. Click **Testsigma Live Editor** on the **Live Editor**.

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

9. Copilot will analyze the current page and starts generating test cases.
9. Live Editor will analyze the current page and starts generating test cases.

10. Wait for the test case generation to complete.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/atto/generative-ai/generate-tests/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Generate Test Cases for APIs"
page_title: "Generate API Test Cases"
metadesc: "In Testsigma, you can create test cases from swagger schema files | Learn how to create API test cases from Swagger using GenAI capabilities"
noindex: false
order: 4.7426
order: 4.7427
page_id: "api-test-cases"
warning: false
contextual_links:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Automate Test Cases"
page_title: "Automate Test Cases"
metadesc: "Automate test cases in Testsigma using Atto’s generative AI to create test steps faster, saving time and minimizing manual effort."
metadesc: "Atto generates detailed test cases from your requirements, creates NLP-based automated steps, and integrates existing scenarios seamlessly."
noindex: false
order: 4.7427
order: 4.7422
page_id: "automate-test-cases"
warning: false
contextual_links:
Expand All @@ -13,67 +13,69 @@ contextual_links:
name: "Prerequisites"
url: "#prerequisites"
- type: link
name: "Steps to Automate Test Cases Using Atto"
url: "#steps-to-automate-test-cases-using-atto"
name: "Steps to Generate Automated Test Cases"
url: "#steps-to-generate-automated-test-cases"
- type: link
name: "Manage Updated Test Cases"
url: "#manage-updated-test-cases"
---

---

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

---

> ## **Prerequisites**
>
> Before you begin, ensure that:
>
> - You have enabled the **Generative AI** feature. If you don’t have access to this feature, please contact **Support** via chat for assistance.
> 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/).

---

## **Steps to Automate Test Cases Using Atto**
## **Steps to Generate Automated Test Cases**

1. From the left navigation bar, go to **Atto’s Home**.
![Atto's Home](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_1.png)
1. After adding the required requirements, enter a clear and descriptive prompt in the Prompt box to generate the test cases.

2. Click **Generate with AI**.
![Generate with AI](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_2.png)
![Generate with AI](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_1.png)

3. Wait for **Generator Agent** to generate multiple test cases.

4. After the test cases are generated, expand a category and click on a test case.
![test case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_2.png)

5. In the **Test Case Details** dialog, go to the **Manual Steps** tab and review the generated steps.
![Manual steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_3.png)

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.
![Generate Test Cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_3.png)
6. Click **Edit** to add a step or block manually, or to modify existing steps.
![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_4.png)

4. Click **+** icon next to **Files**.
![Files](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_4.png)
7. If you want to refine the steps using **Atto**, enter a prompt and click **Refine manual steps**.
![Refine manual steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_5.png)

5. On the **Add Files** page, drag and drop the required file or click **Browse** and select the files that contain relevant test information.
![Upload Files](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_5.png)
8. Click **Generate Automated Steps** to convert the manual steps into NLP-based automated steps.
![Generate Automated steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_6.png)

9. Click **Accept** to save the test case. You can then view it in your **Test Case Explorer**.
![Accept](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_req_7.png)

---

6. Once you have selected the required files, click **Add Files**.
![Add Files](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_6.png)
## **Manage Updated Test Cases**

7. In the **Prompt** box, enter a clear and descriptive prompt for the test cases you want to generate, and click **Generate**.
![Generate](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_7.png)
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.

8. Once the test cases are generated, expand the required category and click the required test case.
![Test cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_8.png)
After the test cases are generated, expand a scenario and select a test case. Updated test cases are marked with the **Update** tag.

9. On the **Test Case Details** overlay, click **Generate Test Steps**.
![Generate Test Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_9.png)
![Update](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/updated_test_cases_1.png)

10. Once the test steps are generated, click **Accept**.
![Accept](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_10.png)
When you open an updated test case, the **Test Case Details** dialog appears.

[[info | NOTE:]]
| Ensure that you are on the **Automated NLP Steps** tab before clicking **Accept**.
| ![Accept](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_11.png)
Click **See What’s New** to compare the previous steps with the newly generated steps.

11. Click **Accept** again.
![Accept 1](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_12.png)
![See What's New](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/updated_test_cases_2.png)

12. On the **Select Location** dialog, expand a feature, select a scenario in which you want to add the generated test case, and click **Confirm**.
![Confirm](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_13.png)
Select **Hide Difference** to close the comparison.

13. On the **Test Case Details** overlay, click **Accept** again.
![Test Case Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/Automate_test_cases_14.png)
![Hide Difference](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/updated_test_cases_3.png)

---
Loading