ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Research UI testing #19

Closed SergeyDatskiv closed 2 years ago

SergeyDatskiv commented 2 years ago

Description

Conduct research on how to test UI in IntelliJ Plugin. Consider reading the documentation from the intellij-platform-plugin-template and the official SDK. Perhaps implement a demo version of how to do testing on a separate test project.

Definition of Done

SergeyDatskiv commented 2 years ago

Creating the actual tests for UI was more difficult than expected due to the dependencies and new libraries to work with. The tests should be possible to write in the next Sprint.