RFR: 7903376: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v2]
Dmitry Bessonov
dbessono at openjdk.org
Thu Nov 10 21:49:38 UTC 2022
On Thu, 3 Nov 2022 18:57:46 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.Markers9.java
>> 2.Markers10.java
>> 3.Markers11.java
>> 4.Markers12.java
>> 5.Markers13.java
>
> gollayadav has updated the pull request incrementally with one additional commit since the last revision:
>
> 7903376: Feature Tests - changes done as requested
gui-tests/src/gui/src/jthtest/Markers/Markers10.java line 31:
> 29: /**
> 30: * This test case verifies that selecting clear the response to the current question button will clear the answer to that question.
> 31: */
Please move this down to class declaration, here and in other sources.
gui-tests/src/gui/src/jthtest/Markers/Markers11.java line 43:
> 41: import org.netbeans.jemmy.util.NameComponentChooser;
> 42:
> 43: public class Markers11 extends Markers {
this deserves to be changed to static imports usage
-------------
PR: https://git.openjdk.org/jtharness/pull/43
More information about the jtharness-dev
mailing list