Closed
Description
Initial set-up
Check that the IntelliJ Idea UTBot plugin can be successfully installed
- Build from the unit-test-bot/rc10102022 branch
- Download plugin
- Check downloaded zip-file size < 100 MB
- Open IntelliJ IDEA 2022.2.2
- Remove previously installed UTBot plugin
- Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)
- Open the project in the IDE
- Install the downloaded plugin
Go through manual scenarios
Manual scenario #1
- Use default plugin settings
- Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
- Generate tests for the class
- Remove results
- Generate and Run test for a method
Manual scenario #2
- Use default plugin settings
- Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
- Generate tests with different Mocking options combinations
Manual scenario #3
- Create a new Gradle project with JDK 17
- Add a simple java file to test
- Generate a test in the existing test root
Manual scenario #4
- Create a new Maven project with JDK 8
- Add a simple java file to test
- Generate a test with a new test root
Manual scenario #5
- Create a new Idea project with JDK 11
- Add a simple java file to test
- Generate tests for several classes
Regression testing
- IDEA 2022.1.4 (JRE 11)
- IDEA 2022.2.2 (JRE 17)
- Sandbox
- Nested calls
- Recursion
- Cycles
- Mocks
- UtUtils class generation
- Summaries: tags, plain text
- Summaries: regions
- Exceptions: thrown, caught, check regions
Metadata
Metadata
Assignees
Type
Projects
Status
Done