Skip to content
Open
Show file tree
Hide file tree
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/docs/project/runs/images/Hide_test_creatio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 24 additions & 6 deletions src/content/docs/project/runs/managing-runs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,23 @@ You can create test cases directly within a test Run, avoiding additional naviga

1. Go to the **'Runs'** page.
2. Start the desired test run.
3. Scroll to the bottom of the test suite.
4. Click the **'Create test'** button.
3. Click the **'Add test to suite'** button.

![Testomat.io - Create test case](./images/Create_Test_button.png)
![Testomat.io - Create test case](./images/Create_Test_button_1.png)

5. Enter the test case details in the provided field.
6. Click the checkmark **✔️** icon to add the new test case, or the **X** icon to discard it.
4. Enter the test case title in the **'Test Title'** field on **'Create manual test in suite'** window.
5. Click **'Add description'** button if you want to add more details to a test case.
6. Click **'Save test'** button to add the new test case.

OR

7. Click the **'Cancel'** button to discard it.

![Testomat.io - Create test case](./images/Create_Test_button_2.png)

:::note

The **'Create Test'** button can be hidden via the **'Hide Test Creation'** option in the **'Extra menu'** dropdown menu.
The **'Add test to suite'** button can be hidden via the **'Hide Creation Buttons'** option in the **'Extra menu'** dropdown menu.

![Testomat.io - Create test case](./images/Hide_test_creatio.png)

Expand All @@ -53,6 +59,18 @@ The **'Create Test'** button can be hidden via the **'Hide Test Creation'** opti
- **Capturing exploratory test cases:** Testers conducting exploratory testing can log and formalize new test cases as they go, ensuring useful insights are not lost.
- **Collaborative test planning in real time:** During team sessions or test reviews, testers can collectively identify and add new tests based on discussion or observed issues.

## Tags and Labels on Manual Run Page

On Manual Run page you can enable/disable the view of tags and labels for your test. To do that, follow next steps:

1. Go to the **'Runs'** page.
2. Start the desired test run.
3. Click the **'Extra menu'** button.
4. Select desired option for labels 'Show/hide Labels'.
5. Select desired option for tags 'Show/hide Tags'.

![Testomat.io - Show/hide tags & labels](./images/show_hide_labels.png)

## Test Case History

When you launch a test run and make changes to test case title or description, a new entry is added to the test case's history. This entry records who made the edit and when it occurred.
Expand Down
Loading