Announcement

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

    Selenium issues in SC upgrade to 05-30

    Since upgrading to the 05-30 8.2p build, we have been encountering failures in our Selenium testcases. The CwDynamicFormExtend part is fine as this is just an extension of dynamic form. What actually fails I believe is the addition of this string "%24fs" as well as "item[name=%24347true" changing from "item[name=%24540true".

    What we currently have which fails:
    Code:
    ("scLocator=//DynamicForm[ID=\"page$content$search$$content$searchFormSectionss$doc_fnd_part_nomapGrid\"]/item[name=page%24content%24search%24%24content%24searchFormSectionss%
    24fndBoolean||title=%3Cnobr%3EBoolean%20-%20Check%20Box%26nbsp%3B%3C%2fnobr%3E||value=false||index=0||Class=RadioGroupItem]/item[name=%24540true||title=True||index=0||Class=RadioItem]/element");
    What we got when we tried to re-record:
    Code:
     
    ("scLocator=//CwDynamicFormExtend[ID=\"page$content$search$$content$searchFormSectionss$doc_fnd_part_nomapGrid\"]/item[name=page%24content%24search%24%24content%24searchFormSectionss%
    24fndBoolean||title=%3Cnobr%3EBoolean%20-%20Check%20Box%26nbsp%3B%3C%24fs%24nobr%3E||index=0||Class=RadioGroupItem]/item[name=%24347true||title=True||index=0||Class=RadioItem]/");

    We currently run our Selenium testcases in Firefox.

    #2
    This probably will not take long to verify - we just need to know that this issue is on your side and not ours. We cannot move on with the galaxy tablet fixes if our selenium testcases fail.

    Comment


      #3
      This was a problem on our end - certain minified / obfuscated strings became inadvertently modified. These have now been reset and the problem should be resolved.
      Please try the latest nightly build and let us know if you continue to have problems with it

      Thanks
      Isomorphic Software

      Comment


        #4
        Great, thanks!

        Comment

        Working...
        X