**Initial set-up** *Check that the IntelliJ Idea UTBot plugin can be successfully installed* - [x] [Plugin built from main](https://github.com/UnitTestBot/UTBotJava/actions/runs/6199645375) - [x] Download plugin - [x] Check downloaded zip-file size < 200 MB - [x] Open IntelliJ IDEA Ultimate 2023.2 - [x] Remove previously installed UTBot plugin - [x] Install the downloaded plugin *Go through manual scenarios* ### Fuzzing in Unit tests testing - [x] No configuration mode - [x] with Java configuration - [x] with XML configuration - [x] with Java test configuration - [x] with annotation-based configuration - [x] with Profiles ### Unit tests - Regression testing: - [x] Symbolic with Application - [x] with Java configuration - [x] with XML configuration - [x] with Java test configuration - [x] No configuration mode - [x] with Profiles - [x] Unit tests: Junit 4 / Junit 5 - [x] different Spring Boot versions - [x] Gradle/Maven/IntelliJ - [x] JDK 8/1/17 - [ ] with Kotlin code - [ ] with different libraries ### Integration tests - Regression testing: - [x] for Controllers - [x] for Services - [ ] for Repositories - [x] for Entities - [x] for util classes - [ ] with value annotations - [x] with Java configuration - [x] with XML configuration - [ ] with Java test configuration - [ ] different Spring dependencies - [x] Gradle/Maven/IntelliJ - [x] JDK 8/1/17 - [ ] with different libraries