-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the following docs as per new UI (#324)
* Updated the following docs as per new UI Updated the following docs as per the new UI: * Update overview.md
- Loading branch information
1 parent
cec3922
commit 57b11ff
Showing
2 changed files
with
166 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,68 @@ | ||
--- | ||
title: "Test Step Types - Overview" | ||
pagetitle: "Test Step Types in Testsigma" | ||
metadesc: "What are Test Step types in Testsigma and how to create and use them" | ||
pagetitle: "Test Step Types" | ||
metadesc: "There are test step types that logically simulate user interactions on a web/android/iOS screen. This article discusses test step types available in Testsigma" | ||
noindex: false | ||
order: 4.22 | ||
page_id: "Test Step Types - Overview" | ||
warning: false | ||
contextual_links: | ||
- type: section | ||
name: "Contents" | ||
- type: link | ||
name: "Prerequisites" | ||
url: "#prerequisites" | ||
- type: link | ||
name: "Steps to Add Test Step Types" | ||
url: "#steps-to-add-test-step-types" | ||
--- | ||
|
||
--- | ||
|
||
An automated test case is a step by step logic which simulates user interactions on a web browser / android screen / iOS screen or in the back end as an API. The step-by-step logic is implemented via test steps in Testsigma. | ||
An automated test case is a step-by-step logic that simulates user interactions on a web browser/android/iOS screen or in the back end as an API. The step-by-step logic is implemented via test steps in Testsigma. This article gives an overview of the different types of test steps that can be created in Testsigma. | ||
|
||
In this document, we will give an overview of the different types of test steps that can be created in Testsigma. | ||
--- | ||
|
||
## **Prerequisites** | ||
|
||
- You should have Testsigma account. | ||
|
||
|
||
--- | ||
|
||
**Navigation**: Select Project > Test Development > Create Test Case > Test Steps page | ||
## **Steps to Add Test Step Types** | ||
|
||
1. Go to Test Development | ||
2. In Test Cases, create a new test case as shown in the screenshot below | ||
3. Once you click on the create button, you will be taken to the test steps page as shown below | ||
4. Once you are in the test steps page, click on the icon beside the first test step or any other test step if available to see the different types of test steps as shown below | ||
1. Navigate to **Create Tests > Test Cases**, and click on **Create Test Cases**. | ||
|
||
![Click step groups menu](https://docs.testsigma.com/images/step-types/click-on-test-steps-menu.png) | ||
![Test Cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/ctsmctcs.png) | ||
|
||
5. This will open the test steps menu from where you can choose different test steps. Read more about the different test steps and how to create them in the links below: | ||
|
||
* [Natural Language](https://testsigma.com/docs/test-cases/step-types/natural-language/) | ||
|
||
* [Step Groups](https://testsigma.com/docs/test-cases/step-types/step-group/) | ||
2. Enter **Name** and click on **Add new step**. | ||
|
||
* [While Loops](https://testsigma.com/docs/test-cases/step-types/while-loop/) | ||
![New Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/ctsmanstep.png) | ||
|
||
* [For Loops](https://testsigma.com/docs/test-cases/step-types/for-loop/) | ||
|
||
* [If Conditions](https://testsigma.com/docs/test-cases/step-types/if-condition/) | ||
3. Click on the option on the left side of the test step. | ||
|
||
* [REST API](https://testsigma.com/docs/test-cases/step-types/rest-api/) | ||
![Option](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/tstypesovopt.png) | ||
|
||
![test step types ](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/test-cases/step-types/overview/test-step-types.gif) | ||
4. This will open a side panel from where you can choose different test steps. | ||
|
||
![Side Panel](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/tstypesidepanel.png) | ||
|
||
You can choose the type of test step you want to add to your test case from the panel. Read more about the different test steps and how to create them in the links below: | ||
|
||
- [Natural Language](https://testsigma.com/docs/test-cases/step-types/natural-language/) | ||
|
||
- [REST API](https://testsigma.com/docs/test-cases/step-types/rest-api/) | ||
|
||
- [Step Group](https://testsigma.com/docs/test-cases/step-types/step-group/) | ||
|
||
- [For Loop](https://testsigma.com/docs/test-cases/step-types/for-loop/) | ||
|
||
- [While Loop](https://testsigma.com/docs/test-cases/step-types/while-loop/) | ||
|
||
- [If Condition](https://testsigma.com/docs/test-cases/step-types/if-condition/) | ||
|
||
|
||
--- |