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:
5 Replies
⌛
This post has been reserved for your question.
Hey @Jean! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Hello, I'm using jUnit 5 for small tests and TestFX for integration tests and it works like a charm 😊
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
I am using release-manager and qftest.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.