Jean
Jean
JCHJava Community | Help. Code. Learn.
Created by Jean on 12/29/2024 in #java-help
How do you test GUI on a modern JavaFX application?
Hello, I was wondering how you are currently testing your moderns JavaFX applications. I am currently writing a JavaFX app with JavaFX 21 and Java 21. The build tool I am using is Gradle 8.x I have successfuly deployed JUnit 5.x for unit tests but I am struggling to put up something for GUI testing. I saw TestFX but the project seem quite abandoned and even the docs for setting it up is not up to date. What do you use for your projects using JavaFX ? Thanks for your advice :DukeThumbsup:
7 replies