Tuesday, August 27, 2013

Re: HTML identifiers are not generated properly for some SmartGWT components

Please take a look at the Automated Testing overview for SmartGWT:

  http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/AutomatedTesting.html

If you aren't using one of the tools here, pay special attention to the "Other Tools" section, which explains that SmartGWT uses locators instead of DOM IDs.  This allows you to create tests that aren't invalidated by DOM changes due to applying different look and feel, or working around new browser bugs.

On Wednesday, July 24, 2013 10:29:12 AM UTC-7, MJ C wrote:
We are trying to implement Test Automation and one key point is to ensure each HTML element has a unique ID (that we can always rely upon in our Test Automation scripts for element identification).

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment