You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-android-applications.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,10 @@ Let’s understand these in detail.
84
84
These projects (here, Android application) will also have a few sample Test Cases and Test Steps ready for your reference._
85
85
86
86
1. Start by creating a Project first.
87
-
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview)
87
+
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview/)
88
88
89
89
2. Create a Test Case
90
-
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/overview)
90
+
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/overview/)
91
91
92
92
3. Add Test Steps
93
93
Once you create a Test Case, you will be redirected to the page where you can add all your Test Steps.
@@ -289,7 +289,7 @@ If you need any help with errors you can reach out to [support@testsigma.com](ma
289
289
290
290
* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/android-apps/build-tests-using-local-devices/)
291
291
292
-
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/plans/schedule-plans/)
292
+
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
293
293
294
294
* Try out more advanced capabilities. Check out our detailed [documentation.](https://testsigma.com/docs/)
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-mobile-web-applications.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,10 @@ Let’s understand these in detail.
78
78
***Test Steps** - the actual set of instructions/steps required to test the functionality
79
79
80
80
+ Start by creating a Project first.
81
-
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview).
81
+
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview/).
82
82
83
83
+ Create a Test Case
84
-
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete).
84
+
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete/).
85
85
86
86
+ Add Test Steps
87
87
Once you create a Test Case, you will be redirected to the page where you can add all your Test Steps.
@@ -151,7 +151,7 @@ To add more steps additionally to the already recorded tests (like we discussed
151
151
152
152
**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.
153
153
154
-
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-applications/overview/).
154
+
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/).
155
155
156
156
_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!_
157
157
@@ -268,9 +268,9 @@ To view detailed results of all your test cases you can navigate to: Test develo
268
268
269
269
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
270
270
271
-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-applications/overview/)
271
+
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
272
272
273
-
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/plans/schedule-plans/)
273
+
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
274
274
275
275
* Try out more advanced capabilities. Check out our detailed [documentation.](https://testsigma.com/docs/)
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-web-applications.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Let’s understand these in detail.
90
90
| _These projects (here, Web application) will also have a few sample Test Cases and Test Steps ready for your reference._
91
91
92
92
1. Start by creating a Project first.
93
-
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview).
93
+
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview/).
94
94
95
95
2. Create a Test Case
96
96
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete/).
@@ -161,7 +161,7 @@ After performing these basic actions we need to verify that they were successful
161
161
162
162
So first click on the empty test step below the most recently created one in the recorder. From the drop down list select **‘Verify that the current page displays test data’**
163
163
164
-
To add more steps additionally to the already recorded tests (like we discussed in Method 1) manually. Refer to [this](https://testsigma.com/docs/test-cases/create-steps-recorder/web-applications/add-steps-manually/) guide.
164
+
To add more steps additionally to the already recorded tests (like we discussed in Method 1) manually. Refer to [this](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/add-steps-manually/) guide.
165
165
166
166
**Step 4:** When you are done, click **Finish**.
167
167
@@ -170,7 +170,7 @@ You will now be taken to the Test Cases Details page where you will see all the
170
170
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-applications/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-steps-recorder/web-apps/overview/).
174
174
175
175
[[info | NOTE:]]
176
176
| _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!_
@@ -212,7 +212,7 @@ This will help us locate where this Full Name (John Doe) field resides on the we
212
212
213
213
[[info | INFO:]]
214
214
| _In Testsigma, **Elements** represent the unique address/locators of the actual elements (such as a button, a text field, a link etc) on your web page. These (can be xpath, id, link text etc.) help us locate where they reside and interact with them to perform actions on them._
215
-
| _Refer to [this](https://testsigma.com/docs/elements/web-applications/record-multiple-elements/) guide to learn more about Elements._
215
+
| _Refer to [this](https://testsigma.com/docs/elements/web-apps/record-multiple-elements/) guide to learn more about Elements._
216
216
217
217
Simply click on the element part. You will get a list of elements that are already captured. Select from the list if it already exists.
218
218
@@ -265,9 +265,9 @@ These reports can be viewed directly in the Testsigma application, or can be dow
265
265
266
266
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
267
267
268
-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-applications/overview/)
268
+
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
269
269
270
-
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/plans/schedule-plans/)
270
+
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
271
271
272
272
* Try out more advanced capabilities. Check out our detailed [documentation.](https://testsigma.com/docs/)
Copy file name to clipboardExpand all lines: src/pages/tutorials/test-cases/mobile-apps/build-tests-using-recorder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Let’s try out a few advanced steps.
186
186
187
187
Step groups combine reusable test step(s) in one so they can be used across the test case. You only need to specify it in your test steps as needed.
188
188
189
-
New to Step Groups? Head over to [this tutorial](https://testsigma.com/docs/test-cases/create-steps-recorder/web-applications/add-step-group-type-step).
189
+
New to Step Groups? Head over to [this tutorial](https://testsigma.com/docs/test-cases/step-types/step-group/).
190
190
191
191
If you are using a step group that is already available, you may simply choose the test step type as Step Groups and choose the name of the step group you wish to add.
Copy file name to clipboardExpand all lines: src/pages/tutorials/test-cases/web-apps/build-tests-using-recorder.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,11 @@ Let’s understand these in detail.
80
80
| _By default, 4 Projects will be readily available on your account. These projects (here, Web application) will also have a few sample Test Cases and Test Steps ready for your reference._
81
81
82
82
1. Start by creating a Project first.
83
-
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview).
83
+
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview/).
84
84
85
85
86
86
2. Create a Test Case
87
-
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete).
87
+
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete/).
88
88
89
89
90
90
3. Record Test Steps
@@ -216,9 +216,9 @@ To view detailed results of all your test cases you can navigate to: Test develo
216
216
217
217
* Practice in your account. If you don't have an account [Try out!](https://testsigma.com/signup).
218
218
219
-
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-applications/overview/)
219
+
* Try all options in Test Recorder. [Try it out!](https://testsigma.com/docs/test-cases/create-steps-recorder/web-apps/overview/)
220
220
221
-
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/plans/schedule-plans/)
221
+
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
222
222
223
223
* Try out more advanced capabilities. Check out our detailed [documentation](https://testsigma.com/docs/).
0 commit comments