RFR: 8299335: Monkey Tester Application [v18]
Alexander Zuev
kizune at openjdk.org
Wed May 3 20:57:28 UTC 2023
On Wed, 3 May 2023 20:33:30 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Monkey Tester - a JavaFX application designed to support manual ad-hoc testing of individual JavaFX controls. Unlike Ensemble, the goal of this application is to facilitate manual testing rather than demonstrate the capabilities of JavaFX.
>>
>> Feedback and suggestions are always welcome.
>>
>> 
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> address review comments
tests/manual/monkey/src/com/oracle/tools/fx/monkey/MonkeyTesterApp.java line 194:
> 192: StringBuilder sb = new StringBuilder();
> 193: sb.append(" ");
> 194: sb.append(System.getProperty("javafx.runtime.version"));
I would love to see more information in the status bar - especially if users will submit screenshots as a proof of the fact for bugs having additional information would be super nice. Already love the scale output, would love to see the current window size in either logical or physical pixels and a version of JVM in addition to the version of the JFX runtime - i think it might be even more important if we would add the JFX/Swing interoperability tests to this tool. If not in a status bar may be some sort of about menu that reports all the details about the environment such as reported OS version, number of displays, reported graphics mode with insets and such. And i think that might be an RFE for later version of the tool.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1184230970
More information about the openjfx-dev
mailing list