RFR: 8311585: Add JRadioButtonMenuItem to bug8031573.java
Alexey Ivanov
aivanov at openjdk.org
Mon Aug 28 19:57:10 UTC 2023
On Mon, 28 Aug 2023 18:57:18 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> I have made the test changes to include radio button in menu and tested the same and it works fine.
>
> @lawrence-andrew This test (bug8031573.java) can be a good manual test candidate to be re-written using the new PassFailJFrame changes and added as part of [PR#15438](https://github.com/openjdk/jdk/pull/15438)
@honkar-jdk, @lawrence-andrew, We can re-write it using `PassFailJFrame` but it can't benefit from using `screenCapture` feature: we all know that menu gets closed as soon as you click outside the menu. If the screen capture feature is enhanced to provide a delay, it will be more useful, but even then we'll have to provide detailed instructions on how to take the screenshot of the frame while menu is open.
Taking into account the above, I don't see much benefit in re-writing this test except for consistency.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15441#issuecomment-1696309387
More information about the client-libs-dev
mailing list