diff --git a/src/left-nav-title.json b/src/left-nav-title.json index 9a24a0e3..2f2d90f7 100644 --- a/src/left-nav-title.json +++ b/src/left-nav-title.json @@ -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"} } \ No newline at end of file diff --git a/src/pages/docs/agent/command-line-arguments.md b/src/pages/docs/agent/command-line-arguments.md index 96bdcabf..e8c44584 100644 --- a/src/pages/docs/agent/command-line-arguments.md +++ b/src/pages/docs/agent/command-line-arguments.md @@ -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. @@ -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. diff --git a/src/pages/docs/ai-agents/bug-reporter.md b/src/pages/docs/ai-agents/bug-reporter.md index d6143385..98fd537b 100644 --- a/src/pages/docs/ai-agents/bug-reporter.md +++ b/src/pages/docs/ai-agents/bug-reporter.md @@ -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. diff --git a/src/pages/docs/ai-agents/generator.md b/src/pages/docs/ai-agents/generator.md index bfa9f65f..27a58669 100644 --- a/src/pages/docs/ai-agents/generator.md +++ b/src/pages/docs/ai-agents/generator.md @@ -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. --- @@ -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. diff --git a/src/pages/docs/atto/generative-ai/copilot/live-editor.md b/src/pages/docs/atto/generative-ai/copilot/live-editor.md index 2fe5dd1c..89da7d05 100644 --- a/src/pages/docs/atto/generative-ai/copilot/live-editor.md +++ b/src/pages/docs/atto/generative-ai/copilot/live-editor.md @@ -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" @@ -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. --- @@ -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. diff --git a/src/pages/docs/atto/generative-ai/generate-tests/apis.md b/src/pages/docs/atto/generative-ai/generate-tests/apis.md index 6847ce32..8d0a8f1a 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/apis.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/apis.md @@ -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: diff --git a/src/pages/docs/atto/generative-ai/generate-tests/automate-test-cases.md b/src/pages/docs/atto/generative-ai/generate-tests/automate-test-cases.md index 3495fed9..ac3bffe4 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/automate-test-cases.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/automate-test-cases.md @@ -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: @@ -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) --- \ No newline at end of file diff --git a/src/pages/docs/atto/generative-ai/generate-tests/desktop.md b/src/pages/docs/atto/generative-ai/generate-tests/desktop.md index 8415f41a..0f3987ec 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/desktop.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/desktop.md @@ -3,7 +3,7 @@ title: "Generate Test Cases for Desktop" page_title: "Prerequsites for GenAI & Agentic AI" metadesc: "Testsigma’s AI capabilities help you with test case creation for Desktop applications | Generates multiple test cases that align with UI elements for Desktop apps" noindex: false -order: 4.7425 +order: 4.7426 page_id: "import-test-cases" warning: false contextual_links: @@ -37,35 +37,36 @@ Testsigma’s Gen AI capabilities help you streamline test case creation for Des 3. On the **Generate Test Cases** page, click **Jira Requirements**. -4. In the **Jira Requirements** modal dialog, +4. In the **Add Jira Tickets** dialog, - From the **Jira Project** dropdown, select a project. - Under **Issue Type**, select either **Epic** or **Story**: - If you select **Epic**, choose the stories under that epic. - If you select **Story**, choose the stories you want to generate test cases for. - - Click **Add Input**. + - Click **Save**. - ![Story Inputs for Desktop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Desktop_Stories_Input.png) + ![Story Inputs for Desktop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/desktop_1.png) [[info | **NOTE**:]] | You can add more input sources for test case generation by selecting necessary option in the **Generate Test Cases** section. 5. In the Prompt box, enter a detailed prompt that describes test cases want to generate. -6. Click **Generate**. +6. Click **Generate with AI**. -6. Wait for **Generator Agent** to generate the test cases based on the selected stories and prompt. +7. Wait for **Generator Agent** to generate the test cases based on the selected stories and prompt. -7. Click a test case to open it. +8. After the test cases are generated, expand a category and select a test case. -8. In the **Test Case Details** overlay, review the manual test steps. +9. In the **Test Case Details** dialog, go to the **Manual Steps** tab and review the generated steps. -9. Click **Generate NLPs** to convert the manual steps to NLP-based steps. +10. Click **Edit** to manually add a step or block, or to modify existing steps. -[[info | **NOTE**:]] -| You can add or remove test steps by clicking **Edit**. +11. If you want to refine the steps using **Atto**, enter a prompt and click **Refine manual steps**. -9. Click **Accept** to save the test case. +12. Click **Generate Automated Steps** to convert the manual steps into NLP-based automated steps. -10. Repeat steps 7–9 for all the test cases you want to add. +13. Click **Accept** to save the test case. + +14. Repeat steps 8–13 for all the test cases you want to add. ---- \ No newline at end of file +--- diff --git a/src/pages/docs/atto/generative-ai/generate-tests/mobile.md b/src/pages/docs/atto/generative-ai/generate-tests/mobile.md index 1cd5f963..8b3dd9fa 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/mobile.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/mobile.md @@ -3,7 +3,7 @@ title: "Generate Test Cases for Android & iOS" page_title: "Generate Tests for Android & iOS" metadesc: "In Testsigma, you can create test cases for Mobile Applications using Testsigma Copilot | Learn how to create test cases for Mobile Applications using GenAI capabilities" noindex: false -order: 4.7423 +order: 4.7424 page_id: "generate-test-cases-for-android-ios" warning: false contextual_links: @@ -41,38 +41,49 @@ You can generate test cases for android and iOS applications using Testsigma’s 3. In the **Generate Test Cases** section, select **Figma Designs**. -4. In the **Figma Designs** modal dialog, - - Select a **Project**, **Figma File**, **Section** and **Page** from the respective dropdown menus. +4. In the **Figma Designs** dialog, + - Select a **Team**, **Project**, **Figma File**, **Section** and **Page** from the respective dropdown menus. - Click **+ Select Frames**, select the required frames in the **Select Frames** screen, and click **Add Frames**. - If you want to remove all the selections that you have made, click **Clear Selection**. - ![Inputs for Mobile](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Inputs_Mobile1.png) + ![Inputs for Mobile](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/mobile_1.png) [[info | **NOTE**:]] | - If the selected page has no **Sections**, you can directly select the frames. | | - The maximum limit for selecting frames is 10. -5. In the **Generate Test Cases** section, click **Video Recording** as an additional input source. +5. In the **Figma Designs** dialog, click **Video** from the **ADD FILES** menu. + ![Video](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/mobile_2.png) + +6. In the **Video Recording** dialog, click **Add Files**. -6. Select a video file and wait for the upload to complete. +7. Select a video file and wait for the upload to complete. -7. Once the video is loaded, click **Close**. +8. Once the video is loaded, click **Save**. - ![Video Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Input_for_Web_MWeb2.png) +9. Click **Save** again. -8. In the Prompt box, enter a detailed prompt that describes test cases want to generate. +10. In the Prompt box, enter a detailed prompt that describes test cases want to generate. -9. Click **Generate**. +11. Click **Generate with AI**. -10. Wait for **Generator Agent** to generate multiple test cases based on the selected inputs. +12. Wait for **Generator Agent** to generate multiple test cases based on the selected inputs. --- ## **Next Steps** -Click **Generate NLPs** to generate NLP-based test steps from manual test steps. - - ![Generate NLPs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Next_Steps_Mobile.png) +1. After the test cases are generated, expand a category and select a test case. + +2. In the **Test Case Details** dialog, go to the **Manual Steps** tab and review the generated steps. + +3. Click **Edit** to manually add a step or block, or to modify existing steps. + +4. If you want to refine the steps using **Atto**, enter a prompt and click **Refine manual steps**. ---- \ No newline at end of file +5. Click **Generate Automated Steps** to convert the manual steps into NLP-based automated steps. + +6. Click **Accept**. + +--- diff --git a/src/pages/docs/atto/generative-ai/generate-tests/requirements.md b/src/pages/docs/atto/generative-ai/generate-tests/requirements.md index 240d58e7..df28fe8c 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/requirements.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/requirements.md @@ -1,10 +1,10 @@ --- -title: "Generate Test Cases from Requirements" -page_title: "Generate Tests from Requirements" +title: "Add Requirements" +page_title: "Add Requirements" metadesc: "In Testsigma, you can create test cases from Jira stories & epics by integrating Jira | Learn how to create test cases from Jira using GenAI capabilities" noindex: false order: 4.7421 -page_id: "generate-tests-from-requirements" +page_id: "add-requirements" warning: false contextual_links: - type: section @@ -13,20 +13,20 @@ contextual_links: name: "Prerequisites" url: "#prerequisites" - type: link - name: "Generate Test Cases from Jira" - url: "#generate-test-cases-from-jira" + name: "Add the Data from Jira" + url: "#add-the-data-from-jira" - type: link - name: "Generate Test Cases from Figma" - url: "#generate-test-cases-from-figma" + name: "Add the Data from Figma" + url: "#add-the-data-from-figma" - type: link - name: "Generate Test Cases from qTest" - url: "#generate-test-cases-from-qtest" + name: "Add the Data from QTest" + url: "#add-the-data-from-qtest" - type: link - name: "Generate Test Cases from Video" - url: "#generate-test-cases-from-video" + name: "Add the Data from Video Recording" + url: "#add-the-data-from-video-recording" - type: link - name: "Generate Test Cases from Files" - url: "#generate-test-cases-from-files" + name: "Add the Data from Files" + url: "#add-the-data-from-files" --- --- @@ -42,7 +42,7 @@ Testsigma allows you to generate test cases from requirements using Generative A --- -## **Generate Test Cases from Jira** +## **Add the Data from Jira** 1. From the left navigation bar, go to **Atto’s Home**. @@ -50,29 +50,20 @@ Testsigma allows you to generate test cases from requirements using Generative A 3. On the **Generate Test Cases** page, click **Jira Requirements**. -4. In the **Jira Requirements** modal dialog, +4. In the **Add Jira Tickets** dialog, - From the **Jira Project** dropdown, select a project. - Under **Issue Type**, select either **Epic** or **Story**: - If you select **Epic**, choose the stories under that epic. - If you select **Story**, choose the stories you want to generate test cases for. - - Click **Add Input**. - ![Jira Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Jira_Story_Tests.png) - -5. In the Prompt box, enter a clear and descriptive prompt for the test cases you want to generate. - -6. Click **Generate**. - -7. Wait for **Generator Agent** to generate multiple test cases. - + - Click **Save**. + ![Jira Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/requirements_1.png) [[info | **NOTE**:]] | To generate Salesforce test cases from requirements, click **Settings** in the prompt text box. By default, the **Prefer API steps** is selected. To generate UI-based test steps, clear the **Prefer API steps** option. -| -| ![API Steps Checkbox](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SF_Generate_Steps_Jira.png) --- -## **Generate Test Cases from Figma** +## **Add the Data from Figma** 1. From the left navigation bar, go to **Atto’s Home**. @@ -80,53 +71,40 @@ Testsigma allows you to generate test cases from requirements using Generative A 3. In the **Generate Test Cases** section, select **Figma Designs**. -4. In the **Figma Designs** modal dialog, - - Select a **Project**, **Figma File**, **Section** and **Page** from the respective dropdown menus. - - Click **+ Select Frames**, select the required frames in the **Select Frames** screen, and click **Add Frames**. +4. In the **Figma Designs** dialog, + - Select a **Team**, **Project**, **Figma design file**, **Section** and **Page** from the respective dropdown menus. + - Click **+ Select Frames**, select the required frames in the **Select Frames** screen, and click **Save**. - If you want to remove all the selections that you have made, click **Clear Selection**. - ![Figma Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Figma_Inputs.png) + ![Figma Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/requirements_2.png) [[info | **NOTE**:]] | - If the selected page has no **Sections**, you can directly select the frames. | | - The maximum limit for selecting frames is 10. - -5. In the Prompt box, enter a clear and descriptive prompt for the test cases you want to generate. - -6. Click **Generate**. - -7. Wait for **Generator Agent** to generate multiple test cases. - --- -## **Generate Test Cases from qTest** +## **Add the Data from QTest** 1. From the left navigation bar, go to **Atto’s Home**. 2. Click **Generate with AI**. -3. On the **Generate Test Cases** page, click **qTest Tests**. +3. On the **Generate Test Cases** page, click **QTest**. -4. In the **Add qTest Tests** modal dialog, +4. In the **Qtest** dialog, - From the **Project** dropdown, select a project. - From the **Module** dropdown, select a module. - Select the test cases you want to use as input. - - Click **Add Input**. + - Click **Save**. - ![qTest Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/qTest_Inputs.png) - -5. In the Prompt box, enter a clear and descriptive prompt for the test cases you want to generate. - -6. Click **Generate**. - -7. Wait for **Generator Agent** to generate multiple test cases. + ![qTest Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/requirements_3.png) --- -## **Generate Test Cases from Video** +## **Add the Data from Video Recording** 1. From the left navigation bar, go to **Atto’s Home**. @@ -134,21 +112,19 @@ Testsigma allows you to generate test cases from requirements using Generative A 3. In the **Generate Test Cases** section, click **Video Recording** as an input source. -4. Select a video file and wait for the upload to complete. +4. In the **Video Recording** dialog, click **Add Files**. -5. Once the video is loaded, click **Close**. +5. Click **Browse**, select a video file, and wait for the upload to complete. -6. In the Prompt box, enter a clear and descriptive prompt for the test cases you want to generate. +6. Once the video is loaded, click **Save**. -7. Click **Generate**. - ![Video Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Video_Input.png) - -8. Wait for **Generator Agent** to generate multiple test cases based on the uploaded video. +7. Click **Save** again. + ![Video Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/add_files_1.2.png) --- -## **Generate Test Cases from Files** +## **Add the Data from Files** 1. From the left navigation bar, go to **Atto’s Home**. @@ -156,15 +132,13 @@ Testsigma allows you to generate test cases from requirements using Generative A 3. In the **Generate Test Cases** section, click **Files** as an input source. -4. Click **Browse** and select the files that contain relevant test information. - -5. Once the files are loaded, click **Add Files**. +4. In the **Files Upload** dialog, click **Add Files**. -6. In the Prompt box, enter a clear and descriptive prompt for the test cases you want to generate. +5. Click **Browse** and select the files that contain relevant test information. -7. Click **Generate**. - ![Files Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Files_Input.png) - -8. Wait for **Generator Agent** to generate multiple test cases based on the uploaded files. +6. Once the files are loaded, click **Add Files**. + +7. Click **Save**. + ![Files Input](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/add_files_1.1.png) --- \ No newline at end of file diff --git a/src/pages/docs/atto/generative-ai/generate-tests/salesforce.md b/src/pages/docs/atto/generative-ai/generate-tests/salesforce.md index bf1372b0..cc07a84a 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/salesforce.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/salesforce.md @@ -3,7 +3,7 @@ title: "Generate Test Cases for Salesforce" page_title: "Generate Test Cases for Salesforce" metadesc: "Automatically generate test cases for Salesforce using GenAI | Generate test using Salesforce Flows, Workflows, or Jira requirements using simple prompts" noindex: false -order: 4.7424 +order: 4.7425 page_id: "generate-test-cases-for-salesforce" warning: false contextual_links: @@ -41,33 +41,34 @@ You can quickly generate test cases for Salesforce requirements in Testsigma usi 2. On the **Generate Test Cases** page, click **Jira Requirements**. -3. In the **Jira Requirements** modal dialog, +3. In the **Add Jira Tickets** dialog, - From the **Jira Project** dropdown, select a project. - Under **Issue Type**, select either **Epic** or **Story**: - If you select **Epic**, choose the stories under that epic. - If you select **Story**, choose the stories you want to generate test cases for. - - Select the stories/epics for which you want to generate test cases and click **Add to Input**. + - Select the stories/epics for which you want to generate test cases and click **Save**. - ![Story Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Jira_Stories_Input_SF.png) + ![Story Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/sf_3.png) 4. In the Prompt box, enter a detailed prompt that describes test cases want to generate. -5. Click **Generate**. +5. Click **Generate with AI**. 6. Wait for **Generator Agent** to generate the test cases based on the selected stories and prompt. -7. Click a test case to open it. +7. After the test cases are generated, expand a category and select a test case. -8. In the **Test Case Details** overlay, review the manual test steps. +8. In the **Test Case Details** dialog, go to the **Manual Steps** tab and review the generated steps. -9. Click **Generate NLPs** to convert the manual steps to NLP-based steps. +9. Click **Edit** to manually add a step or block, or to modify existing steps. -[[info | **NOTE**:]] -| You can add or remove test steps by clicking Edit. +10. If you want to refine the steps using **Atto**, enter a prompt and click **Refine manual steps**. -9. Click **Accept** to save the test case. +11. Click **Generate Automated Steps** to convert the manual steps into NLP-based automated steps. -10. Repeat steps 6–9 for all the test cases you want to add. +12. Click **Accept** to save the test case. + +13. Repeat steps 7–12 for all the test cases you want to add. --- @@ -77,46 +78,28 @@ You can quickly generate test cases for Salesforce requirements in Testsigma usi 2. On the **Generate Test Cases** page, click **SF Flows**. -3. In the **Add SF Flows** modal dialog, +3. In the **SF Flows** dialog, - Select the **Flow** or **Workflow** tab. - - Select the flows you want to generate test cases for, and click **Add to Input**. + - Select the flows you want to generate test cases for, and click **Save**. - ![Flows](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/SF_Flows_Input.png) + ![Flows]((https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/sf_1.png)) -4. In the prompt box, enter a prompt, and click **Generate**. +4. In the prompt box, enter a prompt, and click **Generate with AI**. 5. Wait for Atto to generate the test cases. -6. Click a test case to open it. - -7. In the **Test Case Details** overlay, review the manual test steps. - -8. Click **Generate NLPs** to convert the manual steps to NLP-based steps. - ![NLP Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Generate_SF_NLPs.png) - -[[info | **NOTE**:]] -| You can add or remove test steps by clicking Edit. - -9. Click **Accept** to save the test case. - ![NLP Test Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Generated_NLPs_SF.png) - -10. Repeat steps 7–10 for all the test cases you want to add. - ---- - -## **Refining Test Steps with AI** +6. After the test cases are generated, expand a category and select a test case. -1. In the **Test Case Details** overlay, click **Refine with AI** to enable **Refine Mode**. +7. In the **Test Case Details** dialog, go to the **Manual Steps** tab and review the generated steps. -2. In the prompt box, enter a prompt to update the manual test steps, and click **Refine**. - ![Refine Test](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Refine_SF_Test.png) - -3. Wait for Atto to refine the test steps. +8. Click **Edit** to manually add a step or block, or to modify existing steps. -4. Click Save to save the refined steps. +9. If you want to refine the steps using **Atto**, enter a prompt and click **Refine manual steps**. -5. To convert refined steps to NLP-based steps, click **Generate NLPs**. +10. Click **Generate Automated Steps** to convert the manual steps into NLP-based automated steps. -6. Repeat steps 7–10 from the above section for all the test cases you want to add. +11. Click **Accept** to save the test case. + +12. Repeat steps 6–11 for all the test cases you want to add. --- \ No newline at end of file diff --git a/src/pages/docs/atto/generative-ai/generate-tests/web-mobile-web.md b/src/pages/docs/atto/generative-ai/generate-tests/web-mobile-web.md index cf28d07d..c84a5615 100644 --- a/src/pages/docs/atto/generative-ai/generate-tests/web-mobile-web.md +++ b/src/pages/docs/atto/generative-ai/generate-tests/web-mobile-web.md @@ -3,7 +3,7 @@ title: "Generate Test Cases For Web & Mobile Web" page_title: "Generate Test Cases For Web & Mobile Web" metadesc: "Generate tests for web & mobile web applications using Testsigma’s GenAI. You can provide input from multiple sources, including Jira, Figma, Xray, videos, & files" noindex: false -order: 4.7422 +order: 4.7423 page_id: "generate-test-cases-for-web-mobile-web" warning: false contextual_links: @@ -40,37 +40,49 @@ You can generate test cases for web and mobile web applications using Testsigma 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**. - - ![Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Inputs_Web_MWeb_Jira.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**. - ![File Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/File_Inputs_Web_MWeb.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. --- ## **Next Steps** -1. Click **Start Automating** to start learning elements for automation. +1. After the test cases are generated, expand a category and select a test case. + +2. 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_1.png) + +3. Click **Edit** to manually add a step or block, or to modify existing steps. + ![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_2.png) + +4. 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_3.png) -2. Click **Generate NLPs** to generate NLP-based test steps from manual test steps. +5. 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_4.png) - ![Next Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Next_Steps_Web_MWeb.png) +6. Click **Accept**. + ![Accept](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/next_steps_5.png) --- \ No newline at end of file diff --git a/src/pages/docs/atto/generative-ai/overview.md b/src/pages/docs/atto/generative-ai/overview.md index 3b0fdb50..575e321d 100644 --- a/src/pages/docs/atto/generative-ai/overview.md +++ b/src/pages/docs/atto/generative-ai/overview.md @@ -50,7 +50,7 @@ Testsigma also integrates seamlessly with tools like Jira, Figma, Xray, GitHub, --- -## **Testsigma Copiot Capabilities** +## **Testsigma Copilot Capabilities** - Copilot in Web Recorder diff --git a/src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md b/src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md index f2fd1a7b..8cfa7dfd 100644 --- a/src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md +++ b/src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md @@ -1,10 +1,10 @@ --- title: "Using Auto-Healing in Live Editor Test Execution" page_title: "Using Auto-Healing in Live Editor Test Execution" -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." +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." noindex: false order: 4.916 -page_id: "using-auto-healing-in-live-editor-test-execution" +page_id: "using-auto-healing-in-eive Editor-test-execution" warning: false contextual_links: - type: section @@ -46,13 +46,13 @@ Here are the steps to produce: - Click on Log in Button. 1. Once you have created the test steps, click **Live Editor**. - ![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_1.png) + ![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_1.png) 2. On the **Live Editor** overlay, configure the required options and click **Launch**. ![Launch](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_2.png) - Consider that the XPATH for the element Email address or phone number on step 2 changed. - ![Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/live_editor_7.png) + ![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/live_editor_7.png) - 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. ![Auto-Heal](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/auto_healing/Live_editor_3.png) diff --git a/src/pages/docs/live-editor/editing-test-case.md b/src/pages/docs/live-editor/editing-test-case.md index 3bd57cf7..01454094 100644 --- a/src/pages/docs/live-editor/editing-test-case.md +++ b/src/pages/docs/live-editor/editing-test-case.md @@ -14,8 +14,8 @@ contextual_links: name: "Prerequisites" url: "#prerequisites" - type: link - name: "Editing a Test Case Using Live Editor" - url: "#editing-a-test-case-using-live-editor" + name: "Steps to Edit a Test Case Using Live Editor" + url: "#steps-to-edit-a-test-case-using-live-editor" --- --- @@ -57,7 +57,7 @@ In Testsigma, Live Editor gives you complete control over test cases while execu 5. The test steps execute until the selected debug point. 6. When debugging is complete, click **Stop** to close the **Live Editor**. - ![Stop Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Live_Editor.png) + ![Stop Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Live_Editor.png) [[info | **NOTE**:]] | 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**. diff --git a/src/pages/docs/live-editor/faqs-on-testsigma-terminal.md b/src/pages/docs/live-editor/faqs-on-testsigma-terminal.md index 99a9aefb..dc40880e 100644 --- a/src/pages/docs/live-editor/faqs-on-testsigma-terminal.md +++ b/src/pages/docs/live-editor/faqs-on-testsigma-terminal.md @@ -171,7 +171,7 @@ warning: false **Steps to Resolve for macOS:** 1. Quit the **Live Editor** if it is open. - ![Quit Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Quit_Live_Editor_PE.png) + ![Quit Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Quit_Live_Editor_PE.png) 2. Open Activity Monitor and end any **wrapper** or **atto** processes. ![Kill Tasks](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/Kill_Tasks_in_Activity_Monitor.png) @@ -230,7 +230,7 @@ warning: false **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. - ![Authentication Error in Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/auth_error_terminal.png) + ![Authentication Error in Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Atto_Testsigma/auth_error_terminal.png) --- diff --git a/src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md b/src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md index a73f6d1c..437a8b12 100644 --- a/src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md +++ b/src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md @@ -44,9 +44,9 @@ Live Editor helps you author and validate tests through local execution for Sale [[info | **NOTE**:]] | 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. -9. Click **Open the desktop** app. The **Testsigma Terminal** opens. +1. Click **Open the desktop** app. The **Testsigma Terminal** opens. -10. Wait until Testsigma Terminal downloads the necessary files and completes the installation. +2. Wait until Testsigma Terminal downloads the necessary files and completes the installation. [[info | **NOTE**:]] | 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. diff --git a/src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md b/src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md index b5a55834..9bf3cd56 100644 --- a/src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md +++ b/src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md @@ -33,9 +33,9 @@ Live Editor is the primary tool for test authoring and validation through local [[info | **NOTE**:]] | 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. -5. Click **Open the desktop app**. The **Testsigma Terminal** opens. +1. Click **Open the desktop app**. The **Testsigma Terminal** opens. -6. Wait until Testsigma Terminal downloads the necessary files and completes the installation. +2. Wait until Testsigma Terminal downloads the necessary files and completes the installation. [[info | **NOTE**:]] | 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. diff --git a/src/pages/docs/live-editor/installing-testsigma-terminal.md b/src/pages/docs/live-editor/installing-testsigma-terminal.md index 66ad2157..af0f4d37 100644 --- a/src/pages/docs/live-editor/installing-testsigma-terminal.md +++ b/src/pages/docs/live-editor/installing-testsigma-terminal.md @@ -1,7 +1,7 @@ --- title: "Installing Testsigma Terminal" pagetitle: "Installing Testsigma Terminal for Live Editing" -metadesc: "Learn how to install Testsigma Terminal, which is a live editor for Test Cases | Testsigma Terminal gives you complete control over test case execution and debugging to modify test steps immediately" +metadesc: "Learn how to install Testsigma Terminal, which is a Live Editor for Test Cases | Testsigma Terminal gives you complete control over test case execution and debugging to modify test steps immediately" noindex: false order: 10.2 page_id: "Installing Testsigma Terminal for Debugging" @@ -85,10 +85,10 @@ Live Editor is the primary tool for test authoring and validating through local [[info | **NOTE**:]] | Once you login, the session stays valid for 24 hours. After that, you'll need to login and authorize yourself again to continue using the **Live Editor**. -5. Click **Open the desktop app**. The **Testsigma Terminal** opens. +1. Click **Open the desktop app**. The **Testsigma Terminal** opens. ![Open the desktop App](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/terminal/Terminal_4.2.png) -6. Wait until **Testsigma Terminal** downloads the necessary files and completes the installation. +2. Wait until **Testsigma Terminal** downloads the necessary files and completes the installation. [[info | **NOTE**:]] | 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 make sure to include the **App Session ID** and **Debugging ID**. To obtain the Debugging ID, ensure the agent was started through Testsigma. diff --git a/src/pages/docs/live-editor/intro-testsigma-terminal.md b/src/pages/docs/live-editor/intro-testsigma-terminal.md index 3cf7b544..2acb49a8 100644 --- a/src/pages/docs/live-editor/intro-testsigma-terminal.md +++ b/src/pages/docs/live-editor/intro-testsigma-terminal.md @@ -1,7 +1,7 @@ --- title: "Introduction: Testsigma Terminal" pagetitle: "Testsigma Terminal for Live Editing" -metadesc: "Learn how to debug test cases on local devices using Testsigma Terminal, which is a live editor. With Testsigma Terminal, you have complete control over test case execution and debugging." +metadesc: "Learn how to debug test cases on local devices using Testsigma Terminal, which is a Live Editor. With Testsigma Terminal, you have complete control over test case execution and debugging." noindex: false order: 10.1 page_id: "Testsigma Terminal for Debugging"