Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test step settings for test cases doc #420

Merged
merged 4 commits into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/pages/docs/test-cases/manage/add-edit-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ contextual_links:
- type: link
name: "Create Test Case"
url: "#create-test-case"
- type: link
name: "Test Step Settings"
url: "#test-step-settings"
- type: link
name: "Test Case - Advanced Options"
url: "#test-case----advanced-options"
Expand Down Expand Up @@ -56,6 +59,28 @@ Ensure you create a [project](https://testsigma.com/docs/projects/overview/) bef

---

## **Test Step Settings**

You can access the test step settings by clicking the kebab menu for any test step.

**1. Max. wait time (<120 secs.)**: Specify the maximum wait time for the test step to execute, which should be less than 120 seconds.

**2. Retries on step failure (<=10)**: Specify the number of retries on test step failure, which should not exceed 10 retries.

**3. Screenshot capture**: Specify one of the following options for screenshot capture at the test step level:

- **Always**: Captures a screenshot irrespective of the test step result.

- **Only on step failure**: Captures a screenshot only if the test step fails.

- **No screenshot required**: Does not capture a screenshot.

Here’s a quick GIF demonstrating how to access the test step settings.

![Test Step Settings](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/teststepsettings.gif)

---

## **Test Case - Advanced Options**

Use the right-side navbar on the **Test Case Details** page to access Advanced Options for better management and grouping of test cases while creating **Test Suites** and **Test Plans** and to improve understanding of test coverage.
Expand Down
Loading