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/addons/how-create-addons-actions.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ contextual_links:
31
31
---
32
32
---
33
33
34
-
## [Creating an add-on for an automation action](#creating-an-add-on-for-an-automation-action)
35
-
36
34
Extending test automation for complex scenarios is a simple task in Testsigma with the use of add-ons. In this tutorial, we’ll be showing you how to create and use an add-on for a simple PDF action.
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-android-applications.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,5 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
297
297
298
298
**Join [Discord Server](https://discord.com/invite/5caWS7R6QX) to learn more about Testsigma. More tutorials [here](https://testsigma.com/tutorials/).**
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-ios-applications.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,3 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
326
326
327
327
**Join [Discord Server](https://discord.com/invite/5caWS7R6QX) to learn more about Testsigma. More tutorials [here](https://testsigma.com/tutorials).**
Copy file name to clipboardExpand all lines: src/pages/tutorials/getting-started/automate-web-applications.md
+5-47Lines changed: 5 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,52 +123,15 @@ There are two ways you can add Test Steps to your Test Case:
123
123
2. Write your test step by step in simple English language
124
124
125
125
[[info | INFO:]]
126
-
| _Before you start make sure you’ve referred to the **‘Setting the stage to write your first test’ ‘section in this tutorial and your are currently in the **‘Test Case Details’** Page_
126
+
| _Before you start make sure you’ve referred to the **‘Setting the stage to write your first test’**section in this tutorial and your are currently in the ‘Test Case Details’ Page_
127
127
128
-
---
129
-
## [Setting the stage to write your first test](#setting-the-stage-to-write-your-first-test)
130
-
131
-
**Create a Project > Add a Test Case > Add Test Steps**
132
-
133
-
Let’s understand these in detail.
134
-
135
-
Project - Can be your web application for instance
136
-
137
-
Test Case - specific idea that has to be tested, say, login functionality
138
-
139
-
Test Steps - the actual set of instructions/steps required to test the functionality
140
-
141
-
[[info | NOTE:]]
142
-
| _: By default, 4 Projects will be readily available on your account._
143
-
|_These projects (here, Web application) will also have a few sample Test Cases and Test Steps ready for your reference._
144
-
145
-
1. Start by creating a Project first.
146
-
For a detailed overview, check [here](https://testsigma.com/docs/projects/overview/)
147
-
148
-
149
-
2. Create a Test Case
150
-
For a detailed overview, check [here](https://testsigma.com/docs/test-cases/manage/add-edit-delete/)
151
-
152
-
153
-
3. Add Test Steps
154
-
Once you create a Test Case, you will be redirected to the page where you can add all your Test Steps.
155
-
156
-
The next section explains how you can add steps to test a sample testing scenario.
157
-
158
-
There are two ways you can add Test Steps to your Test Case.
159
-
One, using the Testsigma Chrome extension. Two, by writing your tests in simple English language.
160
-
161
-
162
-
[[info | NOTE:]]
163
-
| _Before you start make sure you’ve referred to the **‘Setting the stage to write your first test’** ‘section in this tutorial and your are currently in the **‘Test Case Details’** Page_
164
-
165
128
---
166
129
## [Method 1 : Add/Record Test Steps using the Test Recorder](#method-1--addrecord-test-steps-using-the-test-recorder)
167
130
168
131
The Testsigma recorder sits directly on your app (web and mobile), acting as both recorder and object spy letting you create the most stable tests in a matter of time.
169
132
170
-
[[info | NOTE:]]
171
-
|_If you have not installed the Chrome extension from the webstore, you will be prompted to install the extension when you try recording your steps in this stage._
133
+
[[info | NOTE:]]
134
+
|_If you have not installed the Chrome extension from the webstore, you will be prompted to install the extension when you try recording your steps in this stage._
172
135
173
136
**Step 1.** The first step is to navigate to the application you are testing
174
137
@@ -209,7 +172,7 @@ Here’s a video that summarizes the steps we have discussed.
209
172
210
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-applications/overview/).
211
174
212
-
[[info | NOTE:]]
175
+
[[info | NOTE:]]
213
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!_
214
177
215
178
---
@@ -312,9 +275,4 @@ Reach out to us through in app chat for a walk through or if you have any questi
0 commit comments