Re: Can UI components be tested through JUnit/GWTTestCase?
Keep in mind that GWTTestCase is running in HtmlUnit, which is essentially a headless browser. You can test some stuff with DOM calls, but HtmlUnit is based (last I checked) on FF3.5, so many newer things like SVG cannot be tested with it.
For full bore tests I suggest the Selenium, Watir, or Cucumber testing frameworks. I prefer Cucumber-JVM since you can write them as JUnit tests.
Sincerely,
Joseph
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0Ns4oLJt_VgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home