Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.48 KB

File metadata and controls

56 lines (38 loc) · 1.48 KB
name Manual testing checklist
about Checklist of testing process
title
labels
assignees

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 tests for the methods

Manual scenario #2

  • Use default plugin settings
  • Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
  • Generate tests with all available (mocking) options

Manual scenario #3

  • Create a new Gradle project
  • Add a simple java file to test
  • Generate a test with a new test root

Manual scenario #4

  • Create a new Maven project
  • Add a simple java file to test
  • Generate a test with a new test root

Manual scenario #5

  • Create a new Idea project
  • Add a simple java file to test
  • Generate tests for several classes