Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Changes in control properties

    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.
    Attached Files

    #2
    By design, the DOM generated by SmartClient components is not documented, and is subject to change at any time.

    Read the Automated Testing overview in the documentation to understand how to design tests so that they do not rely on undocumented aspects of the DOM.

    Comment


      #3
      Hi,
      Thanks for your support.
      We are trying to automate Windows-10 Edge Browser using smartgwtee-eval-5.0p as suggested in the below link
      @http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/AutomatedTesting.html.

      But we could not find any "com.isomorphic.webdriver.SmartClientWebDriver" specific to Edge Browser.


      com.isomorphic.webdriver.SmartClientIEDriver, is this IE driver also support Edge Browser ? Please let us know how to do automation with Edge Browser.

      Thanks,
      Attached Files

      Comment


        #4
        This seems to be an unrelated question - please remember to post unrelated questions in their own thread (there is no need to do so with this question now, however).

        Edge is very new, and WebDriver support has just recently been released, and from brief testing there are lots of issues. We'll be releasing WebDriver support for Edge for 5.1 and we're not yet sure whether this will be backported to 5.0.

        It's of course possible to use WebDriver with Edge with our SmartClient AutoTest APIs directly, if you have the technical expertise and are prepared to work around bugs in both Edge and in Edge's WebDriver support.

        Another option, if you want to ensure you have WebDriver support from Isomorphic by a specific date, is to take advantage of our Feature Sponsorship program.

        Comment

        Working...
        X