diff --git a/src/left-nav-title.json b/src/left-nav-title.json index 3ee52486..e91c6e81 100644 --- a/src/left-nav-title.json +++ b/src/left-nav-title.json @@ -684,5 +684,8 @@ "features-and-scenarios": {"/docs/test-cases/manage/features-and-scenarios/": "Features & Scenarios" }, "key-components": {"/docs/testsigma-tunnel/key-components/": "Components & Requirements" }, "basic-authentication-safari": {"/docs/desired-capabilities/basic-authentication-safari/": "Basic Authentication [Safari]" }, - "gearset": {"/docs/continuous-integration/gearset/": "Gearset CI/CD" } + "gearset": {"/docs/continuous-integration/gearset/": "Gearset CI/CD" }, + "copilot": {"/docs/genai-capabilities/copilot/": "Testsigma Copilot"}, + "genai-capabilities": {"/docs/genai-capabilities/": "GenAI Capabilities" }, + "generate-tdp": {"/docs/genai-capabilities/generate-tdp/": "Generate TDP Using Copilot"} } \ No newline at end of file diff --git a/src/pages/docs/best-practices/best-practices.md b/src/pages/docs/best-practices/best-practices.md index d167ef06..4460d7e0 100644 --- a/src/pages/docs/best-practices/best-practices.md +++ b/src/pages/docs/best-practices/best-practices.md @@ -3,7 +3,7 @@ title: "Testsigma Automation Standards and Best Practices" page_title: "Enhance Efficiency with Automated Testing Best Practices" metadesc: "Explore best practices for enhancing efficiency and reliability in automated testing through modular design, dynamic waits, and data-driven testing." noindex: false -order: 33.1 +order: 34.1 page_id: "Best Practices to follow Testsigma Automation Standards" warning: false contextual_links: diff --git a/src/pages/docs/genai-capabilities/copilot.md b/src/pages/docs/genai-capabilities/copilot.md new file mode 100644 index 00000000..0c78ed2d --- /dev/null +++ b/src/pages/docs/genai-capabilities/copilot.md @@ -0,0 +1,95 @@ +--- +title: "AI Test Automation with Testsigma Copilot" +page_title: "AI Test Automation with Testsigma Copilot" +metadesc: "In Testsigma you can now generate diverse test scenarios with a single click and also comprehensive test cases using simple prompts using GenAI" +noindex: false +order: 31.1 +page_id: "Testsigma for Windows Automation" +warning: false +contextual_links: +- type: section + name: "Contents" +- type: link + name: "Prerequisites" + url: "#prerequisites" +- type: link + name: "Generate Test Scenarios" + url: "#generate-test-scenarios" +- type: link + name: "Generate Test Steps with Prompts" + url: "#generate-test-steps-with-prompts" +--- + +--- + +Testsigma Copilot redefines test automation with the power of generative AI 🤖. + +- You can effortlessly create diverse test scenarios with a single click. +- Generate detailed test steps that accurately mimic real-world user behavior with the right UI elements and complex user interactions. +- Create a comprehensive test case using simple prompts. + + +--- + +> ## **Prerequisites** +> +> Before you begin, enable AI Features from **Settings > Preferences > Generative AI features** and ensure you're familiar with the concepts of [Test Cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/). + + +--- + +## **Generate Test Scenarios** + +1. From the left-side navbar, select **Create Tests > Test Cases** and then click **Create Test Case**. + + ![Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_TestCase.png) + +2. On the **Test Case Details** page, enter a name for the test case and click **Record** in the top-right corner. A new window will open. + + ![Record](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_Record.png) + +3. In the opened window, input the URL of the web page from which you want to generate test scenarios. The **Testsigma Recorder** will activate and prepare for recording. + +4. Click **Testsigma Copilot**. + ![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_Button.png) + +5. Click **Generate Scenarios** in the **Testsigma Copilot** overlay. The Testsigma Copilot will start generating test scenarios based on the current page content. + + ![Generate Scenarios](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Generate_Scenarios.png) + +6. Wait until the test scenarios are generated. + +7. Click on any generated test case scenario to view its corresponding test steps. + + ![View test Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/View_Scenarios.png) + +8. Click **Add to test case** to import the displayed test steps into the recorder. + + ![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Add_AI_Test_Steps.png) + +9. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page. + + ![Stop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Rec_AI_TestSteps.png) + +--- + +## **Generate Test Steps with Prompts** + +Follow the same steps from 1-3 from the above section. + +4. On prompt input, enter the prompt for which you want to fetch test steps. + ![Prompt](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Prompt_AI.png) + +5. Press **Enter**. + +6. Wait until the test steps are generated. + +7. Click **Add to test case** to import the displayed test steps into the recorder. + + ![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/AddtoTestCase_AI.png) + +8. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page. + + ![Stop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_PromptSteps.png) + +--- \ No newline at end of file diff --git a/src/pages/docs/genai-capabilities/generate-tdp.md b/src/pages/docs/genai-capabilities/generate-tdp.md new file mode 100644 index 00000000..79e6d5a1 --- /dev/null +++ b/src/pages/docs/genai-capabilities/generate-tdp.md @@ -0,0 +1,57 @@ +--- +title: "Generate Test Data Profile Using Copilot" +page_title: "Generate TDP Using Copilot" +metadesc: "With Testsigma Copilot, you can quickly generate a Test Data Profile, eliminating the need to manually create multiple test data sets!" +noindex: false +order: 31.2 +page_id: "Generate TDP" +warning: false +contextual_links: +- type: section + name: "Contents" +- type: link + name: "Prerequisites" + url: "#prerequisites" +- type: link + name: "Steps to Generate Test Data Profile Using Copilot" + url: "#steps-to-generate-test-data-profile-using-copilot" +--- + +--- + +With Testsigma Copilot, you can quickly generate a Test Data Profile. This eliminates the need to manually create multiple test data sets and allows you to focus on more critical aspects while testing. This article discusses generating a Test Data Profile using Testsigma Copilot. + +--- + +> ## **Prerequisites** +> +> Before you begin, enable AI Features from **Settings > Preferences > Generative AI features** and ensure you're familiar with the concepts of [Test Cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/) and [Test Data Profiles](https://testsigma.com/docs/test-data/create-data-profiles/) in Testsigma. + + +--- + +## **Steps to Generate Test Data Profile Using Copilot** + +1. From the left navigation bar, go to **Create Tests > Test Cases**. + +2. Select the **+ icon** next to the **Scenario** where you want to add the test case. + +3. On the dialog that opens, enter the test case name and click **Create**. + +3. In the **Test Case Details** page, click **Record** to open the **Testsigma Test Recorder** in a new window. + +4. Create test steps by performing actions or use **Copilot** to generate steps automatically. *For more information, see [Creating Test Cases Using Copilot](https://testsigma.com/docs/test-cases/create-test-steps/overview/#ai-test-automation-with-testsigma-copilot-).* +5. When you're done, click **Stop** to end the session. You will be redirected to the **Test Case Details** page. + +6. A confirmation dialog will appear. + + - Select **Convert** to generate a **Test Data Profile** and convert the test case to a data-driven one. + ![Gen AI TDP](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_TDP_SneakPeak.png) + - Once you are satisfied with the data, click **Create and Replace**. + +[[info | **NOTE**:]] +| - You can click **Add more rows** to generate additional data. +| - You can also provide prompts to customize the data further. For example, we successfully changed the entire dataset to reflect the Indian context with a simple prompt. +| ![Prompt Update](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_TDP_Prompt.png) + +--- \ No newline at end of file diff --git a/src/pages/docs/genai-capabilities/generate-tests-from-requirements.md b/src/pages/docs/genai-capabilities/generate-tests-from-requirements.md new file mode 100644 index 00000000..abf9ea87 --- /dev/null +++ b/src/pages/docs/genai-capabilities/generate-tests-from-requirements.md @@ -0,0 +1,52 @@ +--- +title: "Generate Tests from Requirements (Jira)" +page_title: "Generate Tests from Requirements (Jira)" +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: 31.4 +page_id: "Generate Tests from Requirements (Jira)" +warning: false +contextual_links: +- type: section + name: "Contents" +- type: link + name: "Prerequisites" + url: "#prerequisites" +- type: link + name: "Steps to Generate Test Cases from Requirements" + url: "#steps-to-generate-test-cases-from-requirements" +--- + +--- + +With Testsigma, you can create test cases directly from Jira stories and epics by integrating your Jira account. You just need to tag the relevant epics and stories, write a prompt, and click only once to generate multiple test cases. This article discusses generating test cases from requirements using Testsigma's GenAI capabilities. + +--- + +> ## **Prerequisites** +> +> Before you begin, enable AI Features from **Settings > Preferences > Generative AI features**, integrate [Jira with Testsigma](https://testsigma.com/docs/integrations/bug-reporting/jira/) and ensure you're familiar with the concepts of [Test Cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/). + +--- + +## **Steps to Generate Test Cases from Requirements** + +1. From the left-side navbar, go to **Create Tests > Test Cases**. + +2. Click **Copilot**, and then select **Generate from Requirements** from the dropdown menu. + +3. In **Generate Test Cases from Requirements** overlay, + - Select a **Project** from the dropdown menu. + - Under **Issue Type**, select either **Epic** or **Story**: + - 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. + +4. In the prompt field, enter the required details, and click the **Play** button. + +5. Wait for Testsigma to generate the test cases with the test steps. + +6. Select the test cases you want to save, and click **Save Test Cases**. + +7. You’ll be redirected to the Test Cases page, where the generated test cases appear under the **AI Generated Feature** Scenario. + +--- \ No newline at end of file diff --git a/src/pages/docs/genai-capabilities/generate-tests-from-user-actions.md b/src/pages/docs/genai-capabilities/generate-tests-from-user-actions.md new file mode 100644 index 00000000..8ececd5e --- /dev/null +++ b/src/pages/docs/genai-capabilities/generate-tests-from-user-actions.md @@ -0,0 +1,55 @@ +--- +title: "Generate Test Scenarios from User Actions" +page_title: "Generate Tests from User Actions" +metadesc: "With Testsigma, you can generate automated test cases based on user actions using the test recorder to by capturing the UI interactions." +noindex: false +order: 31.3 +page_id: "Generate Tests from User Actions" +warning: false +contextual_links: +- type: section + name: "Contents" +- type: link + name: "Prerequisites" + url: "#prerequisites" +- type: link + name: "Steps to Test Scenarios from User Actions" + url: "#steps-to-test-scenarios-from-user-actions" +--- + +--- + +Testsigma can now generate automated test cases based on user actions. Simply enter the URL and allow the test recorder to capture the interactions to create test cases for each action performed on the page. It's that simple! + +This article discusses generating end to end automated test cases based on user actions. + +--- + +> ## **Prerequisites** +> +> Before you begin, enable AI Features from **Settings > Preferences > Generative AI features** and ensure you're familiar with the concepts of [Test Cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/). + +--- + +## **Steps to Test Scenarios from User Actions** + +1. From the left-side navbar, go to **Create Tests > Test Cases**. + +2. Click **Copilot** and choose **Test Scenarios from User Actions** from the dropdown menu. This will open the **Generate End-to-End Test Cases** dialog box. + +3. Enter the URL in the text box and click **Start Recording**. + +4. The URL opens in a new window. Click **Record**, provide screen sharing access to **Testsigma Recorder** by choosing **Tab/Window/Entire Screen**, and click **Share**. + +5. The Copilot starts recording. + +6. Perform the actions for which you want to create test cases. + +[[info | **NOTE**:]] +| Test case generation is available only for **1 minute & 30 seconds**. + +7. Wait while Copilot generates the test cases. + +8. Select the test cases you want to add to the test case list and select **Save Test Cases**. + +--- diff --git a/src/pages/docs/open-source-docs/docker.md b/src/pages/docs/open-source-docs/docker.md index b0c84139..7dbd8a52 100644 --- a/src/pages/docs/open-source-docs/docker.md +++ b/src/pages/docs/open-source-docs/docker.md @@ -3,7 +3,7 @@ title: "Testsigma Docker Setup" page_title: "Testsigma Community Edition Docker Setup" metadesc: "Learn how to set up Testsigma Server and MySQL as docker containers using Docker Compose | Easiest way to set up Testsigma on your local machines" noindex: false -order: 32.3 +order: 33.3 page_id: "Testsigma Docker Setup" warning: false contextual_links: @@ -41,9 +41,9 @@ This guide will help you setup [Testsigma Server](https://github.com/testsigmahq --- -## **Prerequisites** - * [Docker](https://docs.docker.com/install/) - * [Docker Compose](https://docs.docker.com/compose/install/) +> ## **Prerequisites** +> +> Before you begin, ensure you have installed [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/). --- diff --git a/src/pages/docs/open-source-docs/introduction-community.md b/src/pages/docs/open-source-docs/introduction-community.md index 00c18916..9cfaec44 100644 --- a/src/pages/docs/open-source-docs/introduction-community.md +++ b/src/pages/docs/open-source-docs/introduction-community.md @@ -2,7 +2,7 @@ title: "Intro: Testsigma Community Edition" metadesc: "Testsigma Community Edition is an open-source automation platform | This article discusses installing Testsigma on your workstation & start test automation" noindex: false -order: 32.1 +order: 33.1 page_id: "Introduction to Testsigma Community Edition" warning: false contextual_links: diff --git a/src/pages/docs/open-source-docs/reset-password.md b/src/pages/docs/open-source-docs/reset-password.md index 52331090..4b11e09b 100644 --- a/src/pages/docs/open-source-docs/reset-password.md +++ b/src/pages/docs/open-source-docs/reset-password.md @@ -1,7 +1,7 @@ --- title: "Reset Password" page_title: "How to reset password in Testsigma Community Edition" -order: 32.4 +order: 33.4 page_id: "Reset password" metadesc: "Learn steps in detail on how to reset username and password in Testsigma Community Edition. Follow these steps to reset username and password." search_keyword: "Reset password" @@ -35,11 +35,11 @@ contextual_links: --- -## [Prerequisite](#zip-prerequisite) - 1. Download the testsigma_opensource latest build [click here](https://testsigma.com/docs/getting-started/setup/downloadable-package/) - 2. Run nginx server - 3. Run testsigma server - 4. Register with username and password +> ## [Prerequisite](#zip-prerequisite) +> 1. Download the testsigma_opensource latest build [click here](https://testsigma.com/docs/getting-started/setup/downloadable-package/) +> 2. Run nginx server +> 3. Run testsigma server +> 4. Register with username and password --- diff --git a/src/pages/docs/open-source-docs/testsigma-community-cloud.md b/src/pages/docs/open-source-docs/testsigma-community-cloud.md index a2fca28f..26139363 100644 --- a/src/pages/docs/open-source-docs/testsigma-community-cloud.md +++ b/src/pages/docs/open-source-docs/testsigma-community-cloud.md @@ -2,7 +2,7 @@ title: "Testsigma Community Cloud" metadesc: "Integrate self-hosted open-source platform with Testsigma Community Cloud. This will provide free access to test labs, addons, visual testing, our discord, etc." noindex: false -order: 32.2 +order: 33.2 page_id: "Testsigma Community Cloud" warning: false contextual_links: diff --git a/src/pages/docs/test-cases/create-test-steps/overview.md b/src/pages/docs/test-cases/create-test-steps/overview.md index 8ac6a401..8b32a68d 100644 --- a/src/pages/docs/test-cases/create-test-steps/overview.md +++ b/src/pages/docs/test-cases/create-test-steps/overview.md @@ -17,15 +17,6 @@ contextual_links: - type: link name: "Creating Test Steps Using Test Recorder" url: "#creating-test-steps-using-test-recorder" -- type: link - name: "AI Test Automation with Testsigma Copilot" - url: "#ai-test-automation-with-testsigma-copilot-" -- type: link - name: "Generate Test Scenarios" - url: "#generate-test-scenarios" -- type: link - name: "Generate Test Steps with Prompts" - url: "#generate-test-steps-with-prompts" --- --- @@ -34,13 +25,9 @@ In Testsigma terminology, each automated action executed by the test script is a --- -## **Prerequisites** - -- You should have Testsigma recorder installed. - -- You should know about [test step types](https://testsigma.com/docs/test-cases/step-types/overview/). - -- Web/Android/iOS application you want to test. +> ## **Prerequisites** +> +> Before you begin, ensure you're familiar with concepts of [Test Step Types](https://testsigma.com/docs/test-cases/step-types/overview/), have installed the [Test Recorder](https://testsigma.com/docs/test-step-recorder/install-chrome-extension/), and have a Web/Android/iOS app to test. --- @@ -192,72 +179,4 @@ Here's a sample GIF demonstrating creating test steps using the recorder for a W ![Record Test Steps for WebApps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/RecordStepswappsWF.gif) ---- - -## **AI Test Automation with Testsigma Copilot 🚀** - -Testsigma Copilot redefines test automation with the power of generative AI. - -- You can effortlessly create diverse test scenarios with a single click. -- Generate detailed test steps that accurately mimic real-world user behavior with the right UI elements and complex user interactions. -- Create a comprehensive test case using simple prompts. - -Boost your test automation and deliver high-quality software with Testsigma Copilot 🤖. - ---- - -## **Generate Test Scenarios** - -1. From the left-side navbar, select **Create Tests > Test Cases** and then click **Create Test Case**. - - ![Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_TestCase.png) - -2. On the **Test Case Details** page, enter a name for the test case and click **Record** in the top-right corner. A new window will open. - - ![Record](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_Record.png) - -3. In the opened window, input the URL of the web page from which you want to generate test scenarios. The **Testsigma Recorder** will activate and prepare for recording. - -4. Click **Testsigma Copilot**. - ![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_Button.png) - -5. Click **Generate Scenarios** in the **Testsigma Copilot** overlay. The Testsigma Copilot will start generating test scenarios based on the current page content. - - ![Generate Scenarios](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Generate_Scenarios.png) - -6. Wait until the test scenarios are generated. - -7. Click on any generated test case scenario to view its corresponding test steps. - - ![View test Steps](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/View_Scenarios.png) - -8. Click **Add to test case** to import the displayed test steps into the recorder. - - ![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Add_AI_Test_Steps.png) - -9. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page. - - ![Stop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_Rec_AI_TestSteps.png) - ---- - -## **Generate Test Steps with Prompts** - -Follow the same steps from 1-3 from the above section. - -4. On prompt input, enter the prompt for which you want to fetch test steps. - ![Prompt](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Prompt_AI.png) - -5. Press **Enter**. - -6. Wait until the test steps are generated. - -7. Click **Add to test case** to import the displayed test steps into the recorder. - - ![Add to Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/AddtoTestCase_AI.png) - -8. Modify the test steps as per the desired test case behavior. Once the necessary modifications are done, click **Stop** to return to the test case details page. - - ![Stop](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Stop_PromptSteps.png) - --- \ No newline at end of file diff --git a/src/pages/docs/test-data/create-data-profiles.md b/src/pages/docs/test-data/create-data-profiles.md index 53f9d5da..2f5a743c 100644 --- a/src/pages/docs/test-data/create-data-profiles.md +++ b/src/pages/docs/test-data/create-data-profiles.md @@ -30,9 +30,6 @@ contextual_links: - type: link name: "Additional Actions on Test Data Set Name" url: "#additional-actions-on-test-data-set-name" -- type: link - name: "Generate Test Data Profile Using Copilot" - url: "#generate-test-data-profile-using-copilot" --- --- @@ -41,9 +38,9 @@ Test data profiles can significantly enhance the efficiency of your testing proc --- -## **Prerequisites** - -You should know how to create a [test case](https://testsigma.com/docs/test-cases/manage/add-edit-delete/) in Testsigma. +> ## **Prerequisites** +> +> Before you begin, ensure you're familiar with concepts of [Test Cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/) in Testsigma. --- @@ -161,43 +158,6 @@ In data-driven testing, you can iterate values from start to end. To iterate fro --- -## **Generate Test Data Profile Using Copilot** - -With Testsigma Copilot, you can quickly generate a Test Data Profile. This eliminates the need to manually create multiple test data sets and allows you to focus on more critical aspects while testing. This article discusses generating a Test Data Profile using Testsigma Copilot. - - -### **Prerequisites** - -- Ensure you know how to create a test case using copilot in Testsigma. - - - -### **Steps to Generate Test Data Profile Using Copilot** - -1. From the left navigation bar, go to **Create Tests > Test Cases**. - -2. Select the **+ icon** next to the **Scenario** where you want to add the test case. - -3. On the dialog that opens, enter the test case name and click **Create**. - -3. In the **Test Case Details** page, click **Record** to open the **Testsigma Test Recorder** in a new window. - -4. Create test steps by performing actions or use **Copilot** to generate steps automatically. *For more information, see [Creating Test Cases Using Copilot](https://testsigma.com/docs/test-cases/create-test-steps/overview/#ai-test-automation-with-testsigma-copilot-).* -5. When you're done, click **Stop** to end the session. You will be redirected to the **Test Case Details** page. - -6. A confirmation dialog will appear. - - - Select **Convert** to generate a **Test Data Profile** and convert the test case to a data-driven one. - ![Gen AI TDP](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_TDP_SneakPeak.png) - - Once you are satisfied with the data, click **Create and Replace**. - -[[info | **NOTE**:]] -| - You can click **Add more rows** to generate additional data. -| - You can also provide prompts to customize the data further. For example, we successfully changed the entire dataset to reflect the Indian context with a simple prompt. -| ![Prompt Update](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/GenAI_TDP_Prompt.png) - - - ### **Steps to Generate Test Data Profile from Test Case Settings** 1. On the **Test Case Details** page, go to **Test Case Settings > Test Data Profile**. diff --git a/src/pages/docs/testsigma-tunnel/intro.md b/src/pages/docs/testsigma-tunnel/intro.md index 420b2437..fc07cedd 100644 --- a/src/pages/docs/testsigma-tunnel/intro.md +++ b/src/pages/docs/testsigma-tunnel/intro.md @@ -2,7 +2,7 @@ title: "Intro: Testsigma Tunnel" metadesc: "Learn how Testsigma Tunnel securely tests private server URLs or locally hosted web apps on real browsers and devices. This article is an introduction for Testsigma Tunnel" noindex: false -order: 31.1 +order: 32.1 page_id: "Testsigma Tunnel" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/key-components.md b/src/pages/docs/testsigma-tunnel/key-components.md index 49f48f4c..e7eaa74c 100644 --- a/src/pages/docs/testsigma-tunnel/key-components.md +++ b/src/pages/docs/testsigma-tunnel/key-components.md @@ -2,7 +2,7 @@ title: "Key Components & System Requirements" metadesc: "Ensure seamless connection of Testsigma tunnel by understanding these key components and system requirements for testing locally hosted applications." noindex: false -order: 31.2 +order: 32.2 page_id: "Testsigma Tunnel: Key Components" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/setup-installation-docker.md b/src/pages/docs/testsigma-tunnel/setup-installation-docker.md index a5c970bc..a3130116 100644 --- a/src/pages/docs/testsigma-tunnel/setup-installation-docker.md +++ b/src/pages/docs/testsigma-tunnel/setup-installation-docker.md @@ -2,7 +2,7 @@ title: "Setup and Installation: Docker" metadesc: "Learn how to set up Testsigma Tunnel using Docker for testing of locally hosted applications across real browsers, bypassing firewalls & proxy restrictions." noindex: false -order: 31.6 +order: 32.6 page_id: "Testsigma Tunnel" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/setup-installation-linux.md b/src/pages/docs/testsigma-tunnel/setup-installation-linux.md index 15df092a..ebcd4ca1 100644 --- a/src/pages/docs/testsigma-tunnel/setup-installation-linux.md +++ b/src/pages/docs/testsigma-tunnel/setup-installation-linux.md @@ -2,7 +2,7 @@ title: "Setup and Installation: Linux" metadesc: "Learn how to set up & use Testsigma Tunnel (Linux) for testing of locally hosted applications across real browsers, bypassing firewalls & proxy restrictions." noindex: false -order: 31.5 +order: 32.5 page_id: "Testsigma Tunnel" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/setup-installation-mac.md b/src/pages/docs/testsigma-tunnel/setup-installation-mac.md index ac794d52..4f2ea7b9 100644 --- a/src/pages/docs/testsigma-tunnel/setup-installation-mac.md +++ b/src/pages/docs/testsigma-tunnel/setup-installation-mac.md @@ -2,7 +2,7 @@ title: "Setup and Installation: Mac" metadesc: "Learn how to set up & use Testsigma Tunnel (Mac) for testing of locally hosted applications across real browsers, bypassing firewalls & proxy restrictions." noindex: false -order: 31.3 +order: 32.3 page_id: "Testsigma Tunnel Setup: Mac" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/setup-installation-windows.md b/src/pages/docs/testsigma-tunnel/setup-installation-windows.md index 07890a73..2a6b90a2 100644 --- a/src/pages/docs/testsigma-tunnel/setup-installation-windows.md +++ b/src/pages/docs/testsigma-tunnel/setup-installation-windows.md @@ -2,7 +2,7 @@ title: "Setup and Installation: Windows" metadesc: "Learn how to set up & use Testsigma Tunnel (windows) for testing of locally hosted applications across real browsers, bypassing firewalls & proxy restrictions." noindex: false -order: 31.4 +order: 32.4 page_id: "Testsigma Tunnel Setup: Windows" warning: false contextual_links: diff --git a/src/pages/docs/testsigma-tunnel/using-tunnel.md b/src/pages/docs/testsigma-tunnel/using-tunnel.md index d82b0825..9c40c1d6 100644 --- a/src/pages/docs/testsigma-tunnel/using-tunnel.md +++ b/src/pages/docs/testsigma-tunnel/using-tunnel.md @@ -2,7 +2,7 @@ title: "Using Testsigma Tunnel" metadesc: "Learn how to use Testsigma Tunnel for Test Automation and Live Testing of REST APIs. This article discusses configuring desired capabilities & API Settings." noindex: false -order: 31.7 +order: 32.7 page_id: "Using Testsigma Tunnel" warning: false contextual_links: diff --git a/src/pages/docs/windows-automation/error-handling.md b/src/pages/docs/windows-automation/error-handling.md index b8b8ce02..2813d4c3 100644 --- a/src/pages/docs/windows-automation/error-handling.md +++ b/src/pages/docs/windows-automation/error-handling.md @@ -3,7 +3,7 @@ title: "Error Handling Post TSRx File Update" page_title: "Error Handling Post TSRx File Update" metadesc: "On updating TSRx file, Testsigma identifies potential errors in test cases, step groups and elements linked to updates in the application structure" noindex: false -order: 30.7 +order: 31.7 page_id: "Error Handling Post TSRx File Update" warning: false contextual_links: @@ -34,8 +34,8 @@ When you update the elements by uploading an updated TSRx file, you might encoun --- > ## **Prerequisites** -> -> - An Updated TSRx File to Import +> +> Before you begin, ensure you have an Updated TSRx File to Import. --- diff --git a/src/pages/docs/windows-automation/import-tsrx-files.md b/src/pages/docs/windows-automation/import-tsrx-files.md index 153e0f1f..bea00f74 100644 --- a/src/pages/docs/windows-automation/import-tsrx-files.md +++ b/src/pages/docs/windows-automation/import-tsrx-files.md @@ -3,7 +3,7 @@ title: "Importing/Updating TSRx Files into Testsigma" page_title: "Import TSRx Files" metadesc: "For Windows Advanced automation, you need to have objects captured in TSRx format. This article discusses how to import TSRx files into Testsigma application" noindex: false -order: 30.5 +order: 31.5 page_id: "Import TSRx Files" warning: false contextual_links: @@ -26,10 +26,8 @@ Once the TSRx file is ready, you can import it with just a few clicks and start --- > ## **Prerequisites** -> -> - A Windows Project in Testsigma -> -> - TSRx File to Import +> +> Before you begin, ensure you have a Windows Project and a TSRx File to Import. --- diff --git a/src/pages/docs/windows-automation/introduction.md b/src/pages/docs/windows-automation/introduction.md index dc38bdda..612903a3 100644 --- a/src/pages/docs/windows-automation/introduction.md +++ b/src/pages/docs/windows-automation/introduction.md @@ -3,7 +3,7 @@ title: "Intro: Windows Desktop Automation" page_title: "Introduction: Windows Desktop Automation" metadesc: "Testsigma simplifies Windows Automation with special NLPs & object based authoring | This article discusses how to create & execute tests for Windows Automation" noindex: false -order: 30.1 +order: 31.1 page_id: "Testsigma for Windows Automation" warning: false contextual_links: @@ -33,14 +33,10 @@ You can also quickly jump to one of the following topics to learn about Windows --- > ## **Prerequisites** -> -> - A Licensed Version of UFT One -> -> - [Testsigma Agent](https://testsigma.com/docs/agent/overview/) -> -> - A Windows Based Desktop Application +> +> Before you begin, ensure you have a licensed version of UFT One, [Testsigma Agent](https://testsigma.com/docs/agent/overview/) installed, and a Windows based Desktop application. ---- +--- ## **Getting Started** - [Creating a Windows Project](https://testsigma.com/docs/windows-automation/project-and-application/) diff --git a/src/pages/docs/windows-automation/object-learning.md b/src/pages/docs/windows-automation/object-learning.md index 5dd6bf87..44bc2b76 100644 --- a/src/pages/docs/windows-automation/object-learning.md +++ b/src/pages/docs/windows-automation/object-learning.md @@ -3,7 +3,7 @@ title: "Object Learning (Using UFT One)" page_title: "Object Learning (Using UFT One)" metadesc: "To automate windows advanced applications, you need to have objects captured & converted them to application models. This article discusses how to learn objects using UFT One" noindex: false -order: 30.3 +order: 31.3 page_id: "Testsigma for Windows Automation" warning: false --- diff --git a/src/pages/docs/windows-automation/project-and-application.md b/src/pages/docs/windows-automation/project-and-application.md index ce6e34a9..0c1fae1d 100644 --- a/src/pages/docs/windows-automation/project-and-application.md +++ b/src/pages/docs/windows-automation/project-and-application.md @@ -3,7 +3,7 @@ title: "Creating a Windows Project & Application" page_title: "Create a Windows Project & App" metadesc: "Testsigma supports various apps, including Web, Mobile Web, Android, iOS, Salesforce, Windows, & APIs | This article discusses how to create a Windows Advanced app" noindex: false -order: 30.2 +order: 31.2 page_id: "Testsigma for Windows Automation" warning: false contextual_links: @@ -30,10 +30,9 @@ This article discusses creating a project and adding a Windows (Advanced) applic --- > ## **Prerequisites** -> -> - A Windows Machine with Testsigma Agent -> -> - A Licensed Version of UFT One +> +> Before you begin, ensure you have a licensed version of UFT One and a Windows machine with Testsigma Agent. + --- diff --git a/src/pages/docs/windows-automation/test-cases.md b/src/pages/docs/windows-automation/test-cases.md index d4945306..cf1d6f63 100644 --- a/src/pages/docs/windows-automation/test-cases.md +++ b/src/pages/docs/windows-automation/test-cases.md @@ -3,7 +3,7 @@ title: "Test Cases for Windows Automation" page_title: "Test Cases for Windows Automation" metadesc: "With Testsigma, you can create & execute tests for Windows Applications from the cloud using Testsigma Agent | Learn how to build tests for Windows Automation" noindex: false -order: 30.6 +order: 31.6 page_id: "Test Cases for Windows Automation" warning: false contextual_links: @@ -28,12 +28,8 @@ In case you have missed it, refer to [learning objects 🔍](https://testsigma.c --- > ## **Prerequisites** -> -> - A Windows Application > -> - TSRx File Imported into Elements -> -> - Testsigma Agent Setup +> Before you begin, ensure you have a Windows project, a TSRx File to import and Testsigma Agent setup. --- diff --git a/src/pages/docs/windows-automation/tsr-tsrx-files.md b/src/pages/docs/windows-automation/tsr-tsrx-files.md index 5e7a1bbe..b8c5d20b 100644 --- a/src/pages/docs/windows-automation/tsr-tsrx-files.md +++ b/src/pages/docs/windows-automation/tsr-tsrx-files.md @@ -3,7 +3,7 @@ title: "Converting TSR Files to TSRx" page_title: "Converting TSR Files to TSRx" metadesc: "To automate windows advanced applications, you need to have objects captured in TSRx format. This article discusses how to convert TSR files to TSRx using ORAppModelConverter" noindex: false -order: 30.4 +order: 31.4 page_id: "Converting TSR Files to TSRx" warning: false contextual_links: