Announcement

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

    Testing showcase with Selenium IDE

    Hello! In our company we are starting to work with Selenium IDE and I am trying to test your showcase but I'm having some problems testing it, and I would like some help from you to resolve these problems. A simple example that I am having here:


    1. Navigate firefox to URL:
    http://www.smartclient.com/smartgwt/showcase/#main

    2. Start Selenium IDE plugin and start recording

    3.Click on a node in the TreeGrid "Nested Gree".
    It correctly records "scLocator=//TreeGrid[ID="isc_SideNavTree_0"] ..."

    4. Click on arbitrary node on the right side (for example "Office Paper Products") and it doesn’t correctly records:
    "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]..." we can see that it still on the tree...

    5. If you now click on the "home" tab or any other widget the selenium IDE always record click with "scLocator=//TreeGrid[ID="isc_SideNavTree_0"]/body/row[nodeTitle=Grid%20Cell%..."

    Also I'm having problems with "select" widget...

    I am using:

    FF 22.0

    Selenium IDE 2.3.0

    SmartGWT: 4.0 Pro

    showcase: Version 4.0 Built Wed Jul 03 12:16:00 GMT-700 2013
    Last edited by ariel.saavedra; 23 Aug 2013, 11:39.

    #2
    Firefox after 17 introduced a behavior change that broke Selenium IDE. Use the latest patched build from SmartClient.com/builds and remember to install the new Selenium IDE extensions from this build in addition to the updated SmartGWT version itself.

    Comment


      #3
      About Selenium

      Thanks for answer me. Do you know if the problem is with Selenium or SmartGWT library? Thanks in advance.

      Comment


        #4
        The problem is with Firefox and you will need to update as described above to work around it.

        Comment


          #5
          Thank you, I was able to run all the test on firefox 17.

          Comment

          Working...
          X