Hi, What are the possible options for GUI code testing for JDK 10/11?
I tried TestFX <https://github.com/TestFX/TestFX>, but this project does not support JDK 10/11. Additionally, it does not support TestNG. I do not want to use JUnit, because it does not have the necessary functionality, such as ordered/sorted execution of the methods in each class. Regards, Miro.
