Skip to content

Manual testing of Release 2022.10.1 #1125

Closed
@alisevych

Description

@alisevych

Initial set-up

Check that the IntelliJ Idea UTBot plugin can be successfully installed

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

Labels

ctg-qaIssue is related to QA process

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions