Headless UI Testing with TestFX and JavaFX 8

Posted on Wed 23 April 2014 in JavaFX • Tagged with build, headless, JavaFX, JDK, Monocle, TestFX

JavaFX is a great UI toolkit. TestFX is a great library for testing the user interfaces written in JavaFX. Writing graphical tests with TestFX is simple and fast, but one challenge remains when you build your software using a headless build machine: how can you perform your UI tests in …


Continue reading