RFR: 7903718: Feature Tests - Adding four JavaTest GUI legacy automated test scripts

Dmitry Bessonov dbessono at openjdk.org
Mon May 20 12:36:09 UTC 2024


On Mon, 22 Apr 2024 10:35:15 GMT, gollayadav <duke at openjdk.org> wrote:

> Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macos.
> 
> 1. Markers22.java
> 2. ReportConverter1.java
> 3. View2.java
> 4. View3.java

gui-tests/src/gui/src/jthtest/Markers/Markers22.java line 112:

> 110:      @Override
> 111:      public String getDescription() {
> 112:           return "Start JavaTest with the -NewDesktop option. Create a workdirectory. Load an existing JTI file. Bring up configuration editor by doing Ctrl-E. Select the Enable Bookmarks from the Bookmarks menu. Select couple of questions from the history list. Bring up the popup menu and mark the all the questions. Bring up the Clear Answers to Marked Questions from the Bookmarks menu. Verify that all the selected questions should be have empty answers.";

Please split into several lines

gui-tests/src/gui/src/jthtest/StandardConfig_View/View.java line 43:

> 41:             new JMenuOperator(mainFrame, "Configure").pushMenuNoBlock("Configure|New Configuration", "|");
> 42:             return findConfigEditor(mainFrame);
> 43:         }/**/

Empty comment seems to be lost.

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

PR Review Comment: https://git.openjdk.org/jtharness/pull/71#discussion_r1606720894
PR Review Comment: https://git.openjdk.org/jtharness/pull/71#discussion_r1606721582


More information about the jtharness-dev mailing list