Title: Manual testing of Release 2022.10 · Issue #1102 · UnitTestBot/UTBotJava · GitHub
Open Graph Title: Manual testing of Release 2022.10 · Issue #1102 · UnitTestBot/UTBotJava
X Title: Manual testing of Release 2022.10 · Issue #1102 · UnitTestBot/UTBotJava
Description: Initial set-up Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.1.4 Plugin from unit-test-bot/rc2992022 build with latest changes Download plugin Check downloaded zip-file size < 100 MB Open IntelliJ I...
Open Graph Description: Initial set-up Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.1.4 Plugin from unit-test-bot/rc2992022 build with latest changes Download plugin Check downloade...
X Description: Initial set-up Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.1.4 Plugin from unit-test-bot/rc2992022 build with latest changes Download plugin Check downloade...
Opengraph URL: https://github.com/UnitTestBot/UTBotJava/issues/1102
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Manual testing of Release 2022.10","articleBody":"**Initial set-up**\r\n\r\n*Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.1.4*\r\n\r\n- [x] [Plugin from unit-test-bot/rc2992022 build with latest changes](https://github.com/UnitTestBot/UTBotJava/actions/runs/3190214501)\r\n- [x] Download plugin\r\n- [x] Check downloaded zip-file size \u003c 100 MB\r\n- [x] Open IntelliJ IDE 2022.1.4\r\n- [x] Remove previously installed UTBot plugin\r\n- [x] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)\r\n- [x] Open the project in the IDE\r\n- [x] Install the downloaded plugin\r\n\r\n*Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.2.2*\r\n\r\n- [x] Open IntelliJ IDE 2022.2.2\r\n- [x] Remove previously installed UTBot plugin\r\n- [x] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)\r\n- [x] Open the project in the IDE\r\n- [x] Install the downloaded plugin\r\n\r\n*Go through manual scenarios on IDEA 2022.1.4*\r\n\r\n**Manual scenario #1**\r\n\r\n- [x] Use default plugin settings\r\n- [x] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file\r\n- [x] Generate tests for the class\r\n- [x] Remove results\r\n- [x] Generate and Run test for a method\r\n \r\n**Manual scenario #2**\r\n\r\n- [x] Use default plugin settings\r\n- [x] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file\r\n- [x] Generate tests with different Mocking options combinations\r\n \r\n*Go through manual scenarios on IDEA 2022.2.2*\r\n\r\n**Manual scenario #1**\r\n\r\n- [x] Use default plugin settings\r\n- [x] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file\r\n- [x] Generate tests for the class\r\n- [x] Remove results\r\n- [x] Generate and Run test for a method\r\n \r\n**Manual scenario #2**\r\n\r\n- [x] Use default plugin settings\r\n- [x] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file\r\n- [x] Generate tests with different Mocking options combinations\r\n\r\n@alisevych \r\n\r\n*Check following in IDEA 2022.1.4*\r\n\r\n**Manual scenario #3**\r\n\r\n- [x] Create a new Gradle project with JDK 8\r\n- [x] Add a simple java file to test\r\n- [x] Generate a test in the existing test root\r\n \r\n**Manual scenario #4**\r\n\r\n- [x] Create a new Maven project with JDK 8\r\n- [x] Add a simple java file to test\r\n- [x] Generate a test with existing test sources root\r\n\r\n**Manual scenario #5**\r\n\r\n- [x] Create a new Idea project with JDK 11\r\n- [x] Add a simple java file to test\r\n- [x] Generate tests for several classes in a new test sources root\r\n\r\n@tyuldashev\r\n\r\n*Check following in IDEA 2022.2.2*\r\n\r\n**Manual scenario #3**\r\n\r\n- [x] Create a new Gradle project with JDK 8\r\n- [x] Add a simple java file to test\r\n- [x] Generate a test in the existing test root\r\n \r\n**Manual scenario #4**\r\n\r\n- [x] Create a new Maven project with JDK 8\r\n- [x] Add a simple java file to test\r\n- [x] Generate a test with existing test sources root\r\n\r\n**Manual scenario #5**\r\n\r\n- [x] Create a new Idea project with JDK 11\r\n- [x] Add a simple java file to test\r\n- [x] Generate tests for several classes in a new test sources root\r\n\r\n*Regression testing*\r\n\r\n@alisevych \r\n\r\n*IDEA 2022.1.4*\r\n\r\n- [x] Maven with JDK 11 : make following checks\r\n- [x] Maven with JDK 8 : make following checks\r\n- [x] Test frameworks JUnit4/ JUnit5/TestNG \r\n- [x] - with Parametrization on / off\r\n- [x] - with mocks on /off\r\n- [x] - UtUtils class (with mocks off / on) - check it's regenerated when mocks are on for the first time\r\n- [x] String Java 8 - with JDK 8\r\n- [x] String Java 9 - 11 - with JDK 11\r\n\r\nProject with JDK 11:\r\n\r\n- [x] timeout changes - 1/10/60 sec\r\n- [x] cancellation\r\n- [x] regions: Symbolic first, Fuzzing, error suite (NPE), explicitly thrown exceptions, caught exceptions (successful)\r\n- [x] exceptions - check regions for exceptions\r\n- [x] context menu / shortcut\r\n- [x] call from method / class / package - check Members list\r\n- [x] math\r\n- [x] make.symbolic\r\n- [ ] inner\r\n- [x] collections \r\n- [x] Generics - with Fuzzing\r\n- [x] Sandbox - smoke\r\n\r\n@tyuldashev \r\n\r\n*IDEA 2022.2.2*\r\n\r\n- [x] Gradle project with JDK 8 : make following checks\r\n- [x] Gradle project with JDK 11 : make following checks\r\n- [x] Test frameworks JUnit4/ JUnit5/TestNG \r\n- [x] - with Parametrization on / off\r\n- [x] - with mocks on /off\r\n- [x] - UtUtils class (with mocks off / on) - check it's regenerated when mocks are on for the first time\r\n- [ ] String Java 8 - with JDK 8\r\n- [ ] String Java 9 - 11 - with JDK 11\r\n\r\n\r\nProject with JDK 11:\r\n\r\n- [x] timeout changes - 1/10/60 sec\r\n- [ ] cancellation\r\n- [x] regions: Symbolic first, Fuzzing, error suite (NPE), explicitly thrown exceptions, caught exceptions (successful)\r\n- [x] exceptions - check regions for exceptions\r\n- [x] context menu / shortcut\r\n- [x] call from method / class / package - check Members list\r\n- [x] Date - check\r\n- [x] Arrays\r\n- [x] annotations\r\n- [x] Generics - with Fuzzing\r\n- [x] Sandbox - smoke\r\n","author":{"url":"https://github.com/alisevych","@type":"Person","name":"alisevych"},"datePublished":"2022-10-05T14:17:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/1102/UTBotJava/issues/1102"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:512db711-5989-8cc2-d6ac-104d2a42662f |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E616:3DB6FE:1AB61BE:24DCE62:698DBE44 |
| html-safe-nonce | 004fffff7bac754d20ab907243adaad3b270dc604d632631f2d0398f5a589d68 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNjE2OjNEQjZGRToxQUI2MUJFOjI0RENFNjI6Njk4REJFNDQiLCJ2aXNpdG9yX2lkIjoiNDc5ODE1MTQ2NzAwODM3NjM4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 87f055bde95da124ca0e4765fad425115ca7488e1393fe99e72dc1da0aeaeaa3 |
| hovercard-subject-tag | issue:1397870372 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/UnitTestBot/UTBotJava/1102/issue_layout |
| twitter:image | https://opengraph.githubassets.com/b7c935bf7644d4d71996ce2c6c02640bee29ded2014ed5f702bd243a64f6d88e/UnitTestBot/UTBotJava/issues/1102 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/b7c935bf7644d4d71996ce2c6c02640bee29ded2014ed5f702bd243a64f6d88e/UnitTestBot/UTBotJava/issues/1102 |
| og:image:alt | Initial set-up Check that the IntelliJ Idea UTBot plugin can be successfully installed on IDEA 2022.1.4 Plugin from unit-test-bot/rc2992022 build with latest changes Download plugin Check downloade... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | alisevych |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2457fd9a1b17ca7f38c3c2653895ccb2e0dd04f18f77446a21354e9bc4b7902f |
| turbo-cache-control | no-preview |
| go-import | github.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git |
| octolytics-dimension-user_id | 87413538 |
| octolytics-dimension-user_login | UnitTestBot |
| octolytics-dimension-repository_id | 480810501 |
| octolytics-dimension-repository_nwo | UnitTestBot/UTBotJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 480810501 |
| octolytics-dimension-repository_network_root_nwo | UnitTestBot/UTBotJava |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 878672b82363fd98fbdc5bd0edb68e572c8a8d9b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width