Project

General

Profile

Wiki » History » Version 5

GraceWang, 2022-09-23 07:35

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 5 GraceWang
16
> For [Regression] test cases, the second key word should be the component of the test case, e.g [NetworkManager]
17
> For [Acceptance] test cases, the second and third key word should be the exact milestone and build number. e.g [Alpha4][151.1]
18
19 1 GraceWang
* The priority of the ticket 
20
21
> P0 -> Immediate
22
> P1 -> Urgent
23
> P2 -> High
24
> P3 -> Normal
25
> P4 -> Low
26
27
### The status of the ticket/ test case:
28 3 GraceWang
* The default of the test case is NEW
29 4 GraceWang
* The test case will be marked as RESOLVED when test passed, 
30 1 GraceWang
* The test case will be marked as REJECTED if there's any critical bugs found
31 4 GraceWang
* The corresponding SUT build number should be included in the comment when updating the status