This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I've been searching for some testing frameworks on JavaFX.
The closest I could find, is FEST.
The thing is, it's in Java and concentrated on swing components.
Any pointers to JavaFX components test framework out there?
I would like to see JavaFX scripts being used if possible/any.
JFXtras library has a small unit test framework. Mostly for testing non-GUI stuff.
I also saw an article (old) about using JUnit with JavaFX.
Johan Zahri
Greenhorn
Joined: Oct 20, 2009
Posts: 9
posted
0
Philippe Lhoste wrote:JFXtras library has a small unit test framework. Mostly for testing non-GUI stuff.
I also saw an article (old) about using JUnit with JavaFX.