Skip to content

Commit 50cfd41

Browse files
authored
Update Manual testing checklist (#227)
* Update Manual testing checklist Co-authored-by: Alena Lisevych <lisevych.alena@huawei-partners.com>
1 parent dbbab31 commit 50cfd41

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed
Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Manual testing plan
2+
name: Manual testing checklist
33
about: Checklist of testing process
44
title: ''
55
labels: ''
@@ -9,47 +9,48 @@ assignees: ''
99

1010
**Initial set-up**
1111

12-
- [ ] Check that the IntelliJ Idea UTBot plugin can be successfully installed
12+
*Check that the IntelliJ Idea UTBot plugin can be successfully installed*
13+
1314
- [ ] Choose appropriate workflow from the next list (by default, use the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml
1415
- [ ] Open IntelliJ IDE
15-
- [ ] Remove the latest version of the UTBot plugin
16-
- [ ] Clone or reuse UTBot workspace (https://github.com/UnitTestBot/UTBotJava.git)
17-
- [ ] Open the workspace in the IDE with the installed plugin
18-
- [ ] Build workspace (Instruction is needed)
19-
- [ ] Go through manual scenarios
16+
- [ ] Remove previously installed UTBot plugin
17+
- [ ] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)
18+
- [ ] Open the project in the IDE
19+
- [ ] Install the downloaded plugin
2020

21+
*Go through manual scenarios*
2122

2223
**Manual scenario #1**
2324

2425
- [ ] Use default plugin settings
2526
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
26-
- [ ] Try to generate tests for the class
27+
- [ ] Generate tests for the class
2728
- [ ] Remove results
28-
- [ ] Try to generate tests for the methods
29+
- [ ] Generate tests for the methods
2930

3031

3132
**Manual scenario #2**
3233

3334
- [ ] Use default plugin settings
3435
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
35-
- [ ] Try to generate tests with all available (mocking) options
36+
- [ ] Generate tests with all available (mocking) options
3637

3738

3839
**Manual scenario #3**
3940

4041
- [ ] Create a new Gradle project
4142
- [ ] Add a simple java file to test
42-
- [ ] Try to generate a test with a new test root
43+
- [ ] Generate a test with a new test root
4344

4445

4546
**Manual scenario #4**
4647

47-
- [ ] Create a new Idea project
48+
- [ ] Create a new Maven project
4849
- [ ] Add a simple java file to test
49-
- [ ] Try to generate a test with a new test root
50+
- [ ] Generate a test with a new test root
5051

51-
**Manual scenario #4**
52+
**Manual scenario #5**
5253

5354
- [ ] Create a new Idea project
5455
- [ ] Add a simple java file to test
55-
- [ ] Try to generate tests for several classes
56+
- [ ] Generate tests for several classes

0 commit comments

Comments
 (0)