Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI testing framework for JavaFX 2

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.

like image 953
mAu Avatar asked May 15 '12 11:05

mAu


People also ask

What replaced WinRunner?

On February 15, 2008, HP Software Division announced the end of support for HP WinRunner versions 7.5, 7.6, 8.0, 8.2, 9.2—suggesting migration to HP Functional Testing software as a replacement.

Is Selenium A GUI testing tool?

Contrary to common thinking, selenium is not a testing tool. It is more like a GUI driving library. This is a blessing. Selenium allows users to wrap the test scripts in the framework of their choice.

Which framework is used to automate UI testing for a web application?

Appium: Appium is the most popular test automation framework for testing mobile apps.


1 Answers

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

like image 115
minisu Avatar answered Oct 02 '22 20:10

minisu