Re: GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-29 Thread Michael Ennen
We need to release a new version of TestFX that should fix the cursor positioning issues. It may be more appropriate to continue this discussion on the TestFX issue tracker. Feel free to open an issue for TestNG support. Thanks, Michael Ennen On Wed, Aug 29, 2018 at 8:56 AM Miroslav Nachev <

Re: GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-29 Thread Miroslav Nachev
Hi Mike, Thank you very much for the reply. It will be my pleasure to develop TestFX for TestNG. Yesterday I noticed, that the Robot in JDK11 is not working properly. After first use, it throws an exception. Also for JDK 8 and 10, TestFX does not work correctly or I do not know how to use it.

Re: GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-28 Thread Michael Ennen
Hello, I am the current maintainer of TestFX and a (new) contributor to OpenJFX working on this exact area. TestFX does support Java 10. We are currently working on supporting Java 11, as can be seen here: https://github.com/TestFX/TestFX/pull/606. In JavaFX 11com.sun.glass.ui.Robot was moved to

GUI code testing for JDK 10/11 - Keys, Mouse, TestNG, Maven, etc.

2018-08-28 Thread Miroslav Nachev
Hi, What are the possible options for GUI code testing for JDK 10/11? I tried TestFX , but this project does not support JDK 10/11. Additionally, it does not support TestNG. I do not want to use JUnit, because it does not have the necessary functionality, such