Skip to content

Manual testing of Android Studio support - Chipmunk (2021.2.1) #1214

@alisevych

Description

@alisevych

Initial set-up

Check that the IntelliJ Idea UTBot plugin can be successfully installed

  • Choose appropriate workflow from the list #471
  • Download plugin
  • Check downloaded zip-file size < 100 MB
  • Open Android Studio Chipmunk (UTBot incompatible with latest Dolphin release at the moment)
  • Remove previously installed UTBot plugin
  • Install the downloaded plugin

Go through manual scenarios

Manual scenario #1

  • Create a new Android project from a template with Java
  • Select a Java class and generate tests for it with default settings

Check generated test:

  • is put into correct directory
  • dependencies are added correctly

Manual scenario #2

  • Create a new Android project from a template with Kotlin
  • Select a Kotlin class and generate tests for it with default settings

Check generated test is

  • is put into correct directory
  • dependencies are added correctly

Check dialog settings

  • JDK 8 - JUnit 4
  • JDK 8 - JUnit 5
  • JDK 8 - TestNG
  • JDK 11 - JUnit 4
  • JDK 11 - JUnit 5
  • JDK 11 - TestNG
  • TestNG - Parametrized
  • JUnit 5 - Parametrized

Verify the following issues:
https://github.com/UnitTestBot/UTBotJava/milestone/8?closed=1

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