Skip to content

Spring support manual testing checklist #2327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
23 tasks done
alisevych opened this issue Jun 29, 2023 · 3 comments
Closed
23 tasks done

Spring support manual testing checklist #2327

alisevych opened this issue Jun 29, 2023 · 3 comments
Assignees
Labels
ctg-qa Issue is related to QA process

Comments

@alisevych
Copy link
Member

alisevych commented Jun 29, 2023

Initial set-up

Check that the IntelliJ Idea UTBot plugin can be successfully installed

Checks for project with Spring dependency

  • Gradle project with JDK 17 + Spring Boot 3 dependency
  • Maven project with JDK 11 + Spring Boot 2 dependency
  • IntelliJ project with JDK 1.8 + Spring Boot Test

Check No Configuration mode + Unit tests

  • @Entity + No Configuration + Unit tests + Generate tests
  • PetTypeFormatter + No Configuration + Unit tests + Generate and Run
  • @Controller + No Configuration + Unit tests
  • Java class without annotation + No Configuration + Unit tests

Check Spring configuration + Unit tests

  • @Entity + @SpringBootApplication + Unit tests + Generate tests
  • @Controller + @SpringBootApplication + Unit tests + Generate and Run

Check Unit tests + test runners

  • @SpringBootApplication + Unit tests + JUnit4 + Generate and Run
  • XML configuration + Unit tests + JUnit5 + Generate and Run
  • Java class @Configuration + Unit tests + TestNG + Generate and Run
  • Java class @TestConfiguration + Unit tests + JUnit5 + Generate and Run

Check No Configuration mode + Mocking strategy
Copy-paste sample classes into Spring project

  • No Configuration + Unit tests + No mocks
  • No Configuration + Unit tests + Mock everything outside class
  • No Configuration + Unit tests + Mock everything outside package
@alisevych alisevych added the ctg-qa Issue is related to QA process label Jun 29, 2023
@alisevych alisevych added this to the Spring July stabilization milestone Jul 3, 2023
@alisevych alisevych self-assigned this Jul 6, 2023
@alisevych
Copy link
Member Author

alisevych commented Jul 6, 2023

@alisevych alisevych moved this from Todo to In Progress in UTBot Java Jul 6, 2023
@alisevych
Copy link
Member Author

Unit tests are generated for PetTypeFormatter$parse - with No configuration
with this plugin buld: https://github.com/UnitTestBot/UTBotJava/actions/runs/5485563389

@alisevych
Copy link
Member Author

@github-project-automation github-project-automation bot moved this from In Progress to Done in UTBot Java Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-qa Issue is related to QA process
Projects
Archived in project
Development

No branches or pull requests

1 participant