Saturday, April 9, 2016

Testing client-side behavior of GWT Apps

What's the preferred way of testing client-side behavior of GWT apps? E.g, say you want to load up the site, click a sign up button, click the submit button, and want to verify that errors are shown. What's the best way to verify that using GWT? 

It seems like this might be a case for regular selanium / webdriver based testing, however, that would require either gwt to be started in SDM before the tests are run, or GWT to be compiled for production & copied to the static resources directory, before tests run. Has anyone done something like this before - if so, can you share you setup please?

Thanks.

--
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