RFR: 8299335: Monkey Tester Application [v16]

Johan Vos jvos at openjdk.org
Sat Apr 29 14:44:56 UTC 2023


On Fri, 28 Apr 2023 23:40:55 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.
>> 
>> ![screenshot](https://user-images.githubusercontent.com/107069028/232911797-3d02da68-ce11-419e-8f16-c2661b778f9c.png)
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review comments

tests/manual/monkey/README.md line 20:

> 18: (using absolute path, the script apparently does not understand ~ symbols):
> 19: ```
> 20: ant -Djavafx.home=<JAVAFX>

Try to be consistent when using parameters in code snippets. This line uses `<JAVAFX>` but on line 31 there is `/PATH`

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1181086900


More information about the openjfx-dev mailing list