debian-mirror-gitlab/doc/ci/test_cases/index.md

91 lines
3.1 KiB
Markdown
Raw Normal View History

2021-02-22 17:27:13 +05:30
---
stage: Plan
group: Certify
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
description: Test cases in GitLab can help your teams create testing scenarios in their existing development platform.
type: reference
---
# Test Cases **(ULTIMATE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/233479) in GitLab 13.6.
> - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/241983) in GitLab 13.7.
2022-01-26 12:08:38 +05:30
INFO:
Create test cases in GitLab Ultimate.
[Try it free for 30 days](https://about.gitlab.com/free-trial/index.html?glm_source=docs.gitlab.com&glm_content=u-test-cases-docs).
2021-02-22 17:27:13 +05:30
Test cases in GitLab can help your teams create testing scenarios in their existing development platform.
2021-04-17 20:07:23 +05:30
Now your Implementation and Testing teams can collaborate better, as they no longer have to
2021-02-22 17:27:13 +05:30
use external test planning tools, which require additional overhead, context switching, and expense.
## Create a test case
2021-12-11 22:18:48 +05:30
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
2021-02-22 17:27:13 +05:30
To create a test case in a GitLab project:
2021-04-17 20:07:23 +05:30
1. Go to **CI/CD > Test Cases**.
2021-02-22 17:27:13 +05:30
1. Select the **New test case** button. You are taken to the new test case form. Here you can enter
the new case's title, [description](../../user/markdown.md), attach a file, and assign [labels](../../user/project/labels.md).
1. Select the **Submit test case** button. You are taken to view the new test case.
## View a test case
You can view all test cases in the project in the Test Cases list. Filter the
issue list with a search query, including labels or the test case's title.
2021-12-11 22:18:48 +05:30
Prerequisite:
- You must have at least the Guest [role](../../user/permissions.md).
2021-02-22 17:27:13 +05:30
To view a test case:
2021-04-17 20:07:23 +05:30
1. In a project, go to **CI/CD > Test Cases**.
2021-02-22 17:27:13 +05:30
1. Select the title of the test case you want to view. You are taken to the test case page.
2021-04-17 20:07:23 +05:30
![An example test case page](img/test_case_show_v13_10.png)
2021-02-22 17:27:13 +05:30
## Edit a test case
You can edit a test case's title and description.
2021-12-11 22:18:48 +05:30
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
- Users demoted to the Guest role can continue to edit the test cases they created
2021-02-22 17:27:13 +05:30
when they were in the higher role.
To edit a test case:
1. [View a test case](#view-a-test-case).
1. Select **Edit title and description** (**{pencil}**).
1. Edit the test case's title or description.
1. Select **Save changes**.
## Archive a test case
When you want to stop using a test case, you can archive it. You can [reopen an archived test case](#reopen-an-archived-test-case) later.
2021-12-11 22:18:48 +05:30
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
2021-02-22 17:27:13 +05:30
To archive a test case, on the test case's page, select the **Archive test case** button.
To view archived test cases:
2021-04-17 20:07:23 +05:30
1. Go to **CI/CD > Test Cases**.
2021-02-22 17:27:13 +05:30
1. Select **Archived**.
## Reopen an archived test case
If you decide to start using an archived test case again, you can reopen it.
2021-12-11 22:18:48 +05:30
You must have at least the Reporter [role](../../user/permissions.md).
2021-02-22 17:27:13 +05:30
To reopen an archived test case, on the test case's page, select **Reopen test case**.