RFR: 7903177: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v2]

Dmitry Bessonov dbessono at openjdk.java.net
Thu May 19 21:27:04 UTC 2022


On Thu, 19 May 2022 18:23:56 GMT, gollayadav <duke at openjdk.java.net> 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.
>> 
>> 1.Config_Load5.java
>> 2.Config_Load6.java
>> 3.Config_LoadEdit1.java
>> 4.Config_LoadEdit2.java
>> 5.Config_LoadEdit3.java
>
> gollayadav has updated the pull request incrementally with four additional commits since the last revision:
> 
>  - Update Config_LoadEdit3.java
>    
>    Updated/Modified the Config_LoadEdit3.java as per review comments
>  - Update Config_LoadEdit2.java
>    
>    Updated/Modified the Config_LoadEdit2.java as per review comments
>  - Update Config_LoadEdit1.java
>    
>    Updated/Modified the Config_LoadEdit1.java as per the review comments
>  - Updated the script as per the review.

Marked as reviewed by dbessono (Committer).

gui-tests/src/gui/src/jthtest/Config_LoadEdit/Config_LoadEdit.java line 37:

> 35: public class Config_LoadEdit extends ConfigTools {
> 36: 
> 37: }

During the first iteration missed that this test is empty. It it really needed at all?

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

PR: https://git.openjdk.java.net/jtharness/pull/29


More information about the jtharness-dev mailing list