On Mon, 1 May 2023 19:16:31 GMT, Andy Goryachev <ango...@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: > > review comments tests/manual/monkey/src/com/oracle/tools/fx/monkey/pages/AccordionPage.java line 61: > 59: > 60: protected void addPane() { > 61: String name = "" + System.currentTimeMillis(); Here and in other demos - can we use some sort of pronounceable generated names for new controls instead of hashes or timestamps? Especially testing accessibility for system to voice the numbers soup takes a long time because it spells it out digit by digit and it is hard to check if we get reading from the correct component because names are like 99% the same. Even "Pane 1".."Pane 99" would be more acceptable. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1184087037