diff --git a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md index 5acf3e6e..a60cd2dc 100644 --- a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md +++ b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ce.md @@ -259,5 +259,5 @@ ng --version 127.0.0.1 devos.testsigma.com ``` -- **You can now access the server at http://devos.testsigma.com/ui/** +- **You can now access the server at https://devos.testsigma.com/ui/** ![Access Server](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/testsigma.png) \ No newline at end of file diff --git a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md index 47e2fd43..bc2f358c 100644 --- a/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md +++ b/src/pages/docs/contributing/open-source-dev-environment-setup/macos-and-intellij-ue.md @@ -245,5 +245,5 @@ Once the above configuration is done, we need to add UI, Server, and Agent as a 127.0.0.1 devos.testsigma.com ``` -- **You can now access the server at http://devos.testsigma.com/ui/** +- **You can now access the server at https://devos.testsigma.com/ui/** ![Access Testsigma](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/testsigma.png) \ No newline at end of file diff --git a/src/pages/docs/contributing/open-source-dev-environment-setup/windows-and-intelliJ-ue.md b/src/pages/docs/contributing/open-source-dev-environment-setup/windows-and-intelliJ-ue.md index 1535da3c..89af610f 100644 --- a/src/pages/docs/contributing/open-source-dev-environment-setup/windows-and-intelliJ-ue.md +++ b/src/pages/docs/contributing/open-source-dev-environment-setup/windows-and-intelliJ-ue.md @@ -109,7 +109,7 @@ RewriteEngine On RewriteCond %{HTTP_HOST} "devos.testsigma.com" RewriteCond %{REQUEST_URI} "^/$" #RewriteRule .* http://localhost:4202%{REQUEST_URI} [P] -RewriteRule .* http://devos.testsigma.com/ui/ [L,R=301] +RewriteRule .* https://devos.testsigma.com/ui/ [L,R=301] RewriteCond %{HTTP_HOST} "devos.testsigma.com" RewriteCond %{REQUEST_URI} "^/ui/" RewriteRule .* http://localhost:4202%{REQUEST_URI} [P] diff --git a/src/pages/docs/getting-started/introduction-cloud.md b/src/pages/docs/getting-started/introduction-cloud.md index beda0cc6..80e8eb36 100644 --- a/src/pages/docs/getting-started/introduction-cloud.md +++ b/src/pages/docs/getting-started/introduction-cloud.md @@ -31,7 +31,7 @@ contextual_links: --- -Testsigma Cloud is a fully managed test automation platform that includes all the core features of the open-source platform without any infra-requirements. It also offers enhanced security, extensive test lab, project and review management, powerful reporting capabilities, and [much more.](https://testsigma.com/products) +Testsigma Cloud is a fully managed test automation platform that includes all the core features of the open-source platform without any infra-requirements. It also offers enhanced security, extensive test lab, project and review management, powerful reporting capabilities, and much more.
diff --git a/src/pages/docs/salesforce-testing/connected-app.md b/src/pages/docs/salesforce-testing/connected-app.md index 810a2d67..d015b59d 100644 --- a/src/pages/docs/salesforce-testing/connected-app.md +++ b/src/pages/docs/salesforce-testing/connected-app.md @@ -70,7 +70,7 @@ Creating a connected app is important to link external applications and the Sale ## **Fetch Consumer Details** 1. Edit the connected app and click on **Manage Consumer Details**. This will open a new window. -![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcaed.png) +![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SF_Manage_Consumer_Details.png) 2. On the **Verify Your Identity** window, enter OTP sent to the admin email. ![Verify](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcavyi.png) @@ -85,7 +85,7 @@ Creating a connected app is important to link external applications and the Sale -> Refer to this [Salesforce troubleshooting]((https://testsigma.com/docs/troubleshooting/salesforce-testing/most-common-issues/)) guide for the most common issues while creating a connected app. +> Refer to this [Salesforce troubleshooting](https://testsigma.com/docs/troubleshooting/salesforce-testing/most-common-issues/) guide for the most common issues while creating a connected app. --- \ No newline at end of file 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 213473d2..5fb5f7f5 100644 --- a/src/pages/docs/test-cases/create-test-steps/overview.md +++ b/src/pages/docs/test-cases/create-test-steps/overview.md @@ -199,34 +199,54 @@ Boost your test automation and deliver high-quality software with Testsigma Copi 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 **Generate Scenarios** in the Testsigma Recorder. The Testsigma Copilot will start generating test scenarios based on the current page content. +4. Click **Testsigma Copilot**. + ![Copilot](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Copilot_Button.png) -5. Wait until the test scenarios are generated. +5. Click **Generate Scenarios** in the **Testsigma Copilot** overlay. The Testsigma Copilot will start generating test scenarios based on the current page content. -6. Click on any generated test case scenario to view its corresponding test steps. + ![Generate Scenarios](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Generate_Scenarios.png) -7. Click **Save Test Steps** to import the displayed test steps into the recorder. +6. Wait until the test scenarios are generated. -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. +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 steps from 1-3 from the above section. +Follow the same steps from 1-3 from the above section. -4. Click **Write Prompt** in the Testsigma Recorder. +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. Enter a prompt with accurate details and click **Generate**. +5. Press **Enter**. 6. Wait until the test steps are generated. -7. Click **Save Test Steps** to import the displayed test steps into the recorder. +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/troubleshooting/on-prem/general-issues.md b/src/pages/docs/troubleshooting/on-prem/general-issues.md index c3269394..4291dbe9 100644 --- a/src/pages/docs/troubleshooting/on-prem/general-issues.md +++ b/src/pages/docs/troubleshooting/on-prem/general-issues.md @@ -34,7 +34,7 @@ contextual_links: --- -This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise-setup/setup/).* +This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise-setup/installation-process/setup/).* ---