I'd like to have some automated tests in my current GWT project for the 
user interface, things like when you click on a TextBox a popup dialog is 
shown when some options. I've tried using GQuery to check for elements in 
the RootPanel, but I can only see the elements that I have defined in an 
index.html but not the widgets that I bind later on the application. I read 
something about using Selenium but I needed to set a System property and in 
the GWTTestCase environment I can't access to System.setProperty(). Is 
there any way to do what I want?

-- 
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+unsubscr...@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/d/optout.

Reply via email to