Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated 404 links in Tutorial pages #85

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ module.exports = {
},
}
],
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -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!_

Expand Down Expand Up @@ -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/)

Expand All @@ -282,3 +282,4 @@ Reach out to us through in app chat for a walkthrough or if you have any questio



---
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<iframe src="https://docs.testsigma.com/videos/tutorials/getting-started-web/video1.mp4" width="600" height="400"></iframe>

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!_
Expand Down Expand Up @@ -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/)

Expand All @@ -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)

---
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 [[email protected]](mailto:[email protected])
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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/)

Expand All @@ -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**

---
Loading