RFR: 7903375: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v3]
Dmitry Bessonov
dbessono at openjdk.org
Thu Nov 10 21:24:41 UTC 2022
On Thu, 10 Nov 2022 07:56:27 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.Markers4.java
>> 2.Markers5.java
>> 3.Markers6.java
>> 4.Markers7.java
>> 5.Markers8.java
>
> gollayadav has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - 7903375: Feature Tests - used static import to access the static members of the class
> - Merge branch 'master' of github.com:gollayadav/jtharness into CODETOOLS-7903375
> - 7903375: Feature Tests - changes done as requested
> - 7903375: Feature Tests - Adding five JavaTest GUI legacy automated feature test scripts
gui-tests/src/gui/src/jthtest/Markers/Markers4.java line 31:
> 29: /**
> 30: * This test case verifies that a question could be marked from a popup menu.
> 31: */
Please move this class description to the class declaration. Same comment for other classes,
-------------
PR: https://git.openjdk.org/jtharness/pull/42
More information about the jtharness-dev
mailing list