I'm attempting to figure out the best way to setup integrated testing in GWT. I've recently played with Rails where its really easy to launch the application and click on buttons / fill in fields, etc to simulate user behavior, and ensure the app works as expected. I'm looking for a similar solution with GWT.
-- So far, it looks like the best solution would be to have a Test Suite which runs all of the integrated tests, and before launching the suite, have it setup GWT's sdm mode programatically.
How can that be done? Can anyone point me to which code class / method needs to be called for starting up SDM?
Also, if there's a better way of doing what I'm trying to do, or if anyone has done this before, please share your thoughts.
I'll post my setup once I manage to get this working.
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment