Is there any way to have automated UI testing in Apps created with Gluon-Mobile.
E.g does Espresso for Android work with Gluon?
I wouldn't think so since Espresso takes ElementIds but is there any way to work around this?.
Asked
Active
Viewed 244 times
0

LucaZ
- 87
- 8
1 Answers
0
Since applications written with Gluon Mobile are a fairly standard JavaFX applications you can try one of JavaFX testing frameworks. I would recomment to start with TestFX framework

Eugene Ryzhikov
- 17,131
- 3
- 38
- 60
-
I know that you can test the standard javafx application on desktop. But I am looking for something to test it on Android and iOS. – LucaZ May 09 '16 at 06:03
-
1Even though I haven't tried... I would imagine the TestFX to be a normal Java app. That means it can be compiled down to iOS and Android – Eugene Ryzhikov May 10 '16 at 01:50
-
Okay I'll take back my comment :D Thank you very much I'll look into it and as soon as I have running code I'll accept your answer (which might take a while) – LucaZ May 13 '16 at 07:54