Skip to content

Commit 6eb5418

Browse files
authored
Manual testing checklist template correction (#2370)
1 parent 84da87e commit 6eb5418

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

.github/ISSUE_TEMPLATE/test_request.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ about: Checklist of testing process
44
title: 'Manual testing of build#'
55
labels: 'ctg-qa'
66
assignees: ''
7-
87
---
98

109
**Initial set-up**
1110

1211
*Check that the IntelliJ Idea UTBot plugin can be successfully installed*
1312

14-
- [ ] Choose appropriate workflow from the list (by default, filter by main branch and take the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml
13+
- [ ] Choose appropriate [workflow from the list](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml?query=branch%3Amain)
1514
- [ ] Download plugin
1615
- [ ] Check downloaded zip-file size < 100 MB
17-
- [ ] Open IntelliJ IDE
16+
- [ ] Open IntelliJ IDEA
1817
- [ ] Remove previously installed UTBot plugin
19-
- [ ] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)
18+
- [ ] Clone or reuse [UTBot project](https://github.com/UnitTestBot/UTBotJava.git)
2019
- [ ] Open the project in the IDE
2120
- [ ] Install the downloaded plugin
2221

@@ -29,27 +28,35 @@ assignees: ''
2928
- [ ] Generate tests for the class
3029
- [ ] Remove results
3130
- [ ] Generate and Run test for a method
31+
- [ ] Check only expected tests are red (failing on exceptions)
32+
- [ ] Check there are no yellow tests (failing on asserts)
3233

3334
**Manual scenario #2**
3435

3536
- [ ] Use default plugin settings
3637
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
37-
- [ ] Generate tests with different Mocking options combinations
38+
- [ ] Generate and Run tests with different Mocking options
39+
- [ ] Check only expected tests are red (failing on exceptions)
40+
- [ ] Check there are no yellow tests (failing on asserts)
41+
- [ ] Check generated tests consistency, layout, naming, correct mocking
3842

3943
**Manual scenario #3**
4044

41-
- [ ] Create a new Gradle project with JDK 8
42-
- [ ] Add a simple java file to test
45+
- [ ] Create a new Gradle project with JDK 17
46+
- [ ] Add a sample java file to test
4347
- [ ] Generate a test in the existing test root
48+
- [ ] Check generated tests consistency, layout, naming
4449

4550
**Manual scenario #4**
4651

4752
- [ ] Create a new Maven project with JDK 8
48-
- [ ] Add a simple java file to test
53+
- [ ] Add a sample java file to test
4954
- [ ] Generate a test with a new test root
55+
- [ ] Check generated tests consistency, layout, naming
5056

5157
**Manual scenario #5**
5258

53-
- [ ] Create a new Idea project with JDK 11
54-
- [ ] Add a simple java file to test
59+
- [ ] Create a new IntelliJ project with JDK 11
60+
- [ ] Add a sample java file to test
5561
- [ ] Generate tests for several classes
62+
- [ ] Check generated tests consistency, layout, naming

0 commit comments

Comments
 (0)