Hi,
As part of our automation testing, we are using certain properties (for unique values) of each controls. In latest build we observed some issues.
Old build: SGWT 4.1p (29 Oct 2014)
Latest build: SGWT 4.1p (12 Feb 2015)
Issue 1:
In list grid, "class" property for "Select All" check box is removed in latest build.
Refer screen shot: ListGrid_SelectAll.jpg
Issue 2:
Dialog box property value of "role" is changed as "role=dialog" to "role=alertdialog".
Refer screen shot: Dialog.jpg
Issue 3:
The property of the button remain in selected state even after mouse is moved away from the control.
Refer screen shot: ButtonState_Selected.jpg
Kindly let us know whether any other properties can be used for the above controls, which is unique to use in our Automation testing with SGWT 4.1p (12 Feb 2015) build ?
Thank you.
As part of our automation testing, we are using certain properties (for unique values) of each controls. In latest build we observed some issues.
Old build: SGWT 4.1p (29 Oct 2014)
Latest build: SGWT 4.1p (12 Feb 2015)
Issue 1:
In list grid, "class" property for "Select All" check box is removed in latest build.
Refer screen shot: ListGrid_SelectAll.jpg
Issue 2:
Dialog box property value of "role" is changed as "role=dialog" to "role=alertdialog".
Refer screen shot: Dialog.jpg
Issue 3:
The property of the button remain in selected state even after mouse is moved away from the control.
Refer screen shot: ButtonState_Selected.jpg
Kindly let us know whether any other properties can be used for the above controls, which is unique to use in our Automation testing with SGWT 4.1p (12 Feb 2015) build ?
Thank you.
Comment