Skip to content

Commit 20a8006

Browse files
committed
Update Manual testing checklist
Some editor corrections
1 parent 0d7bfde commit 20a8006

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

Lines changed: 17 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,49 @@ 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
20+
- [ ] Build the project (Instruction is needed)
2021

22+
*Go through manual scenarios*
2123

2224
**Manual scenario #1**
2325

2426
- [ ] Use default plugin settings
2527
- [ ] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
26-
- [ ] Try to generate tests for the class
28+
- [ ] Generate tests for the class
2729
- [ ] Remove results
28-
- [ ] Try to generate tests for the methods
30+
- [ ] Generate tests for the methods
2931

3032

3133
**Manual scenario #2**
3234

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

3739

3840
**Manual scenario #3**
3941

4042
- [ ] Create a new Gradle project
4143
- [ ] Add a simple java file to test
42-
- [ ] Try to generate a test with a new test root
44+
- [ ] Generate a test with a new test root
4345

4446

4547
**Manual scenario #4**
4648

47-
- [ ] Create a new Idea project
49+
- [ ] Create a new Maven project
4850
- [ ] Add a simple java file to test
49-
- [ ] Try to generate a test with a new test root
51+
- [ ] Generate a test with a new test root
5052

51-
**Manual scenario #4**
53+
**Manual scenario #5**
5254

5355
- [ ] Create a new Idea project
5456
- [ ] Add a simple java file to test
55-
- [ ] Try to generate tests for several classes
57+
- [ ] Generate tests for several classes

0 commit comments

Comments
 (0)