Skip to content

Commit d67dd56

Browse files
author
KR
committed
updated getting started docs
1 parent 087f4b4 commit d67dd56

5 files changed

Lines changed: 5 additions & 59 deletions

File tree

src/pages/tutorials/addons/how-create-addons-actions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ contextual_links:
3131
---
3232
---
3333

34-
## [Creating an add-on for an automation action](#creating-an-add-on-for-an-automation-action)
35-
3634
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.
3735

3836
---

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,5 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
297297

298298
**Join [Discord Server](https://discord.com/invite/5caWS7R6QX) to learn more about Testsigma. More tutorials [here](https://testsigma.com/tutorials/).**
299299

300-
Happy Testing folks!
301300

302-
Team Testsigma
303301

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,3 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
326326

327327
**Join [Discord Server](https://discord.com/invite/5caWS7R6QX) to learn more about Testsigma. More tutorials [here](https://testsigma.com/tutorials).**
328328

329-
330-
Happy Testing folks!
331-
332-
Team Testsigma

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,4 @@ Reach out to us through in app chat for a walkthrough or if you have any questio
279279
**JoinTestsigma’s [Discord Server](https://discord.com/invite/5caWS7R6QX)**
280280
**More tutorials [here](https://testsigma.com/tutorials).**
281281

282-
Happy Testing folks!
283-
284-
Team Testsigma
285-
286282

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

Lines changed: 5 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -123,52 +123,15 @@ There are two ways you can add Test Steps to your Test Case:
123123
2. Write your test step by step in simple English language
124124

125125
[[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_
127127

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-
165128
---
166129
## [Method 1 : Add/Record Test Steps using the Test Recorder](#method-1--addrecord-test-steps-using-the-test-recorder)
167130

168131
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.
169132

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._
172135

173136
**Step 1.** The first step is to navigate to the application you are testing
174137

@@ -209,7 +172,7 @@ Here’s a video that summarizes the steps we have discussed.
209172

210173
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/).
211174

212-
[[info | NOTE:]]
175+
[[info | NOTE:]]
213176
| _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!_
214177

215178
---
@@ -312,9 +275,4 @@ Reach out to us through in app chat for a walk through or if you have any questi
312275

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

315-
More tutorials here.
316-
317-
318-
Happy Testing folks!
319-
320-
Team Testsigma
278+
More tutorials here https://testsigma.com/tutorials/

0 commit comments

Comments
 (0)