1
1
---
2
2
name : Manual testing checklist
3
3
about : Checklist of testing process
4
- title : ' '
5
- labels : ' '
4
+ title : ' Manual testing of build# '
5
+ labels : ' qa '
6
6
assignees : ' '
7
7
8
8
---
@@ -28,31 +28,28 @@ assignees: ''
28
28
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
29
29
- [ ] Generate tests for the class
30
30
- [ ] Remove results
31
- - [ ] Generate tests for the methods
31
+ - [ ] Generate and Run test for a method
32
32
33
-
34
33
** Manual scenario #2 **
35
34
36
35
- [ ] Use default plugin settings
37
36
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
38
- - [ ] Generate tests with all available (mocking) options
37
+ - [ ] Generate tests with different Mocking options combinations
39
38
40
-
41
39
** Manual scenario #3 **
42
40
43
- - [ ] Create a new Gradle project
41
+ - [ ] Create a new Gradle project with JDK 8
44
42
- [ ] Add a simple java file to test
45
- - [ ] Generate a test with a new test root
43
+ - [ ] Generate a test in the existing test root
46
44
47
-
48
45
** Manual scenario #4 **
49
46
50
- - [ ] Create a new Maven project
47
+ - [ ] Create a new Maven project with JDK 8
51
48
- [ ] Add a simple java file to test
52
49
- [ ] Generate a test with a new test root
53
50
54
51
** Manual scenario #5 **
55
52
56
- - [ ] Create a new Idea project
53
+ - [ ] Create a new Idea project with JDK 11
57
54
- [ ] Add a simple java file to test
58
55
- [ ] Generate tests for several classes
0 commit comments