Skip to content

Commit abd5fbc

Browse files
authored
Merge pull request #85 from testsigmahq/dev
Updated 404 links in Tutorial pages
2 parents aa26a8b + cec4c4c commit abd5fbc

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ module.exports = {
114114
},
115115
}
116116
],
117-
};
117+
};

src/pages/tutorials/getting-started/automate-mobile-web-applications.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To add more steps additionally to the already recorded tests (like we discussed
153153

154154
**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.
155155

156-
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/).
156+
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).
157157

158158
_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!_
159159

@@ -270,7 +270,7 @@ To view detailed results of all your test cases you can navigate to: Test develo
270270

271271
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
272272

273-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
273+
* 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)
274274

275275
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
276276

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

283283

284284

285+
---

src/pages/tutorials/getting-started/automate-web-applications.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You will now be taken to the Test Cases Details page where you will see all the
170170
Here’s a video that summarizes the steps we have discussed.
171171
<iframe src="https://docs.testsigma.com/videos/tutorials/getting-started-web/video1.mp4" width="600" height="400"></iframe>
172172

173-
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/).
173+
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).
174174

175175
[[info | NOTE:]]
176176
| _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
265265

266266
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
267267

268-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
268+
* 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)
269269

270270
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
271271

@@ -275,3 +275,4 @@ Reach out to us through in app chat for a walk through or if you have any questi
275275

276276
[Join Testsigma’s Discord Server](https://discord.com/invite/FXQSP7FXND)
277277

278+
---

src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ contextual_links:
4343
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.
4444

4545
---
46+
4647
## [We cover]()
4748

4849
* Prerequisites for getting started
@@ -56,6 +57,7 @@ Recording user actions is an effective way to simplify test creation and enable
5657
* Analyzing results
5758

5859
---
60+
5961
> ## [Pre-requisites]()
6062
> 1. **You have a Testsigma account :** If you haven't already, sign up for a [free trial](https://testsigma.com/signup)
6163
> 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
194196

195197

196198
---
199+
197200
## [Running your test]()
198201

199202
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
203206
You can run your tests locally on your own machine or on the devices on the cloud (that you may not necessarily own!)
204207

205208
---
209+
206210
## [Analyzing results]()
207211

208212
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
214218
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
215219

216220
---
221+
217222
## [Next Steps]()
218223

219224
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
220225

221-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
226+
* 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)
222227

223228
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
224229

@@ -228,3 +233,4 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
228233

229234
**JoinTestsigma’s [Discord Server](https://discord.com/invite/5caWS7R6QX) for support**
230235

236+
---

0 commit comments

Comments
 (0)