Test JavaFX ?
by Zsolt Döme - Is it possible to test JavaFX applications ?
Re: Test JavaFX ?
by Richard Lobb - Testing GUI applications is difficult in any context. I don't know of anyone doing this with Java in CodeRunner. It might in principle be possible to hook into a headless JavaFX testing framework, but unless someone else jumps in to help, you're on your own here.
Re: Test JavaFX ?
by Mohammad Jeragh - Dd you find a way test? Please share.