Project

General

Profile

Wiki » History » Version 2

GraceWang, 2022-09-23 07:03

1 1 GraceWang
# Wiki
2
3
## Acceptance testing
4
* Create a parent task https://progress.opensuse.org/issues/116974
5
* Add sub tasks under the parent task
6
* Clone specific sub tasks when needed
7
8
## Regression testing
9
* We will use category to mark if the test case has already been automated
10
* We will use parent-sub task mode to mark the specific component
11 2 GraceWang
* We will use the target version field to mark which release we are testing
12 1 GraceWang
13
### The format of the subject
14
* The subject should be started with [Regression] OR [Acceptance]
15
* The second key word should be the component of the test case, e.g [NetworkManager]
16
* The priority of the ticket 
17
18
> P0 -> Immediate
19
> P1 -> Urgent
20
> P2 -> High
21
> P3 -> Normal
22
> P4 -> Low
23
24
### The status of the ticket/ test case:
25
* The default of the test case if NEW
26
* The test case will be marked as RESOLVED when test passed
27
* The test case will be marked as REJECTED if there's any critical bugs found