Skip to content

Spring support manual testing checklist #2265

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
8 of 27 tasks
alisevych opened this issue Jun 7, 2023 · 1 comment
Closed
8 of 27 tasks

Spring support manual testing checklist #2265

alisevych opened this issue Jun 7, 2023 · 1 comment
Assignees
Labels
ctg-qa Issue is related to QA process

Comments

@alisevych
Copy link
Member

alisevych commented Jun 7, 2023

Initial set-up

Check that the IntelliJ Idea UTBot plugin can be successfully installed

Checks for spring-petclinic project

  • Gradle project with JDK 17
  • Maven project with JDK 11
  • IntelliJ project with JDK 1.8

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

Check Spring configuration + Integration tests

  • @SpringBootApplication + Integration tests + JUnit5 + Generate and Run
  • XML configuration + Integration tests + JUnit4
  • Java class @Configuration + Integration tests + JUnit4
  • Java class @TestConfiguration + Integration tests + TestNG
@alisevych alisevych added the ctg-qa Issue is related to QA process label Jun 7, 2023
@alisevych alisevych added this to the Spring Phase 3 milestone Jun 7, 2023
@alisevych alisevych self-assigned this Jun 7, 2023
@alisevych alisevych moved this from Todo to In Progress in UTBot Java Jun 16, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in UTBot Java Jun 29, 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