From cec4c4c1ffea8d03745a4c6d3aef49c777f8d0ca Mon Sep 17 00:00:00 2001 From: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:36:16 +0530 Subject: [PATCH] Updated 404 interlinks in Tutorial pages (#84) * Updated 404 interlinks in Tutorial pages Updated 404 interlinks in the Tutorial pages. * Updated gatsby with the same raw file --- gatsby-config.js | 2 +- .../getting-started/automate-mobile-web-applications.md | 5 +++-- .../getting-started/automate-web-applications.md | 5 +++-- .../test-cases/web-apps/build-tests-using-recorder.md | 8 +++++++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 31f245b..f5779f6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -114,4 +114,4 @@ module.exports = { }, } ], -}; +}; \ No newline at end of file diff --git a/src/pages/tutorials/getting-started/automate-mobile-web-applications.md b/src/pages/tutorials/getting-started/automate-mobile-web-applications.md index f5d48ee..4324d27 100755 --- a/src/pages/tutorials/getting-started/automate-mobile-web-applications.md +++ b/src/pages/tutorials/getting-started/automate-mobile-web-applications.md @@ -153,7 +153,7 @@ To add more steps additionally to the already recorded tests (like we discussed **Step 4:** Once you’re done recording, click on **‘Finish’** and you’ll be navigated back to the test case details screen where you’ll see all your test steps. -Explore the recorder and ways you can use it to its full potential and record all complex scenarios [here](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/). +Explore the recorder and ways you can use it to its full potential and record all complex scenarios [here](https://testsigma.com/docs/test-cases/create-test-steps/overview/#creating-test-steps-using-test-recorder). _This is a basic test that can be recorded by interacting with your app. We will dive into more advanced capabilities in other tutorials or you can also [ping us](https://discord.com/invite/5caWS7R6QX) for awesome support!_ @@ -270,7 +270,7 @@ To view detailed results of all your test cases you can navigate to: Test develo * Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup). -* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/) +* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-test-steps/overview/#creating-test-steps-using-test-recorder) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) @@ -282,3 +282,4 @@ Reach out to us through in app chat for a walkthrough or if you have any questio +--- \ No newline at end of file diff --git a/src/pages/tutorials/getting-started/automate-web-applications.md b/src/pages/tutorials/getting-started/automate-web-applications.md index 40bfd53..ea1bc6a 100644 --- a/src/pages/tutorials/getting-started/automate-web-applications.md +++ b/src/pages/tutorials/getting-started/automate-web-applications.md @@ -170,7 +170,7 @@ You will now be taken to the Test Cases Details page where you will see all the Here’s a video that summarizes the steps we have discussed. -Explore the recorder and ways you can use it to its full potential and record all complex scenarios [here](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/). +Explore the recorder and ways you can use it to its full potential and record all complex scenarios [here](https://testsigma.com/docs/test-cases/create-test-steps/overview/#creating-test-steps-using-test-recorder). [[info | NOTE:]] | _This is a basic test that can be recorded by interacting with your app. We will dive into more advanced capabilities in other tutorials or [ping us](https://discord.com/invite/5caWS7R6QX) for awesome support!_ @@ -265,7 +265,7 @@ These reports can be viewed directly in the Testsigma application, or can be dow * Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup). -* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/) +* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-test-steps/overview/#creating-test-steps-using-test-recorder) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) @@ -275,3 +275,4 @@ Reach out to us through in app chat for a walk through or if you have any questi [Join Testsigma’s Discord Server](https://discord.com/invite/FXQSP7FXND) +--- \ No newline at end of file diff --git a/src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md b/src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md index 2b898f0..74de982 100644 --- a/src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md +++ b/src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md @@ -43,6 +43,7 @@ contextual_links: Recording user actions is an effective way to simplify test creation and enable everyone in your team to contribute to building tests. In this tutorial we are going to show you how to use the step recorder to create a readable and editable test case for an end-to-end scenario. --- + ## [We cover]() * Prerequisites for getting started @@ -56,6 +57,7 @@ Recording user actions is an effective way to simplify test creation and enable * Analyzing results --- + > ## [Pre-requisites]() > 1. **You have a Testsigma account :** If you haven't already, sign up for a [free trial](https://testsigma.com/signup) > The trial includes all product features and free support (always!) via the in-app chat or email to [support@testsigma.com](mailto:support@testsigma.com) @@ -194,6 +196,7 @@ This statement ensures that we’ve executed all the steps successfully and the --- + ## [Running your test]() Once you’ve completed writing all your test steps, click on the Run button on the top right hand side of your screen. @@ -203,6 +206,7 @@ Once you’ve completed writing all your test steps, click on the Run button on You can run your tests locally on your own machine or on the devices on the cloud (that you may not necessarily own!) --- + ## [Analyzing results]() After running the test case you’ll be able to view the results of your test run for each step by clicking on each of them. @@ -214,11 +218,12 @@ You can also view screenshots of each test step execution as well as watch a vid To view detailed results of all your test cases you can navigate to: Test development -> Run Results where can use several filters to fetch detailed reports --- + ## [Next Steps]() * Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup). -* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/) +* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-test-steps/overview/#creating-test-steps-using-test-recorder) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) @@ -228,3 +233,4 @@ Reach out to us through in app chat for a walkthrough or if you have any questio **JoinTestsigma’s [Discord Server](https://discord.com/invite/5caWS7R6QX) for support** +--- \ No newline at end of file