Re: Integration tests for GWT

2013-11-14 Thread David
Seems interesting, anybody already used this for testing ? Can it be easily extended for custom made widgets ? On Thu, Nov 14, 2013 at 12:51 AM, Colin Alworth niloc...@gmail.com wrote: Another new toy to propose for saner Selenium testing: https://github.com/niloc132/gwt-driver On Monday,

Re: Integration tests for GWT

2013-11-14 Thread Colin Alworth
We're using this at Sencha with pretty good success, though it really is designed to be for testing applications, not libraries. I know of a few GXT customers who are using it with gxt-driver for widget support, but it is still pretty early - either everyone thinks it works out great, or there

Re: Integration tests for GWT

2013-11-13 Thread Colin Alworth
Another new toy to propose for saner Selenium testing: https://github.com/niloc132/gwt-driver On Monday, November 11, 2013 8:59:49 AM UTC-6, Ed wrote: If you search the forum well, you will find all you need.. Example:

Re: Integration tests for GWT

2013-11-11 Thread Ed
If you search the forum well, you will find all you need.. Example: LINKEhttps://groups.google.com/forum/#!searchin/google-web-toolkit/awesome$20testing$20gwt/google-web-toolkit/hwMKmuZv4BI/RxUE16VoTa8J -- You received this message because you are subscribed to the Google Groups Google Web

Integration tests for GWT

2013-11-10 Thread Ranjith Chungath
Hi, I am evaluating different options of writing integration tests for GWT applications. Looking at options which can test the end-to-end use cases.. I am aware of the Selenium tests using gwt-debug ids. Would like to know about other options also for integration testing