Skip to content

Commit 2dcebb5

Browse files
authored
Manual testing checklist template update (#841)
Update manual testing checklist template
1 parent 64d1bd3 commit 2dcebb5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE/test_request.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Manual testing checklist
33
about: Checklist of testing process
4-
title: ''
5-
labels: ''
4+
title: 'Manual testing of build#'
5+
labels: 'qa'
66
assignees: ''
77

88
---
@@ -28,31 +28,28 @@ assignees: ''
2828
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
2929
- [ ] Generate tests for the class
3030
- [ ] Remove results
31-
- [ ] Generate tests for the methods
31+
- [ ] Generate and Run test for a method
3232

33-
3433
**Manual scenario #2**
3534

3635
- [ ] Use default plugin settings
3736
- [ ] 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
3938

40-
4139
**Manual scenario #3**
4240

43-
- [ ] Create a new Gradle project
41+
- [ ] Create a new Gradle project with JDK 8
4442
- [ ] 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
4644

47-
4845
**Manual scenario #4**
4946

50-
- [ ] Create a new Maven project
47+
- [ ] Create a new Maven project with JDK 8
5148
- [ ] Add a simple java file to test
5249
- [ ] Generate a test with a new test root
5350

5451
**Manual scenario #5**
5552

56-
- [ ] Create a new Idea project
53+
- [ ] Create a new Idea project with JDK 11
5754
- [ ] Add a simple java file to test
5855
- [ ] Generate tests for several classes

0 commit comments

Comments
 (0)