GUI testing framework for JavaFX 2

mAu picture mAu · May 15, 2012 · Viewed 21k times · Source

I'm currently reading the book Growing Object-Oriented Software Guided by Tests which gives a decent introduction into test driven development.

One drawback is that the code developed through the book is based on Swing. For my next project I'd like to use Java FX 2 and I'm wondering if there are any GUI testing frameworks out there for it? The book introduces windowlicker, which allows testing Swing applications only.

Answer

minisu picture minisu · Jul 18, 2013

There's yet another new testing library for JavaFX called TestFX.