Thanks for posting this article. Btw, I've noticed that test cases derived from GWTTestCase take a while to run, for example 13 seconds for a trivial test case with a single assertTrue(true) test on a new MacBook Pro. The bulk of the time is spent bringing up the invisible hosted shell, so maybe it would be possible for later test runs to reuse that shell. Then we could have rapid testing similar to how we can quickly reload in the visible hosted shell when the source changes. Can someone estimate how difficult it would be to do that?
Issac On Fri, Nov 7, 2008 at 4:36 AM, dan <[EMAIL PROTECTED]> wrote: > > All, > > Part two of my series on Google Web Toolkit, "Google Web Toolkit: > Writing Ajax Applications Test First", is now in print in the November > 2008 issue of Better Software magazine. This article is a tutorial on > applying Test Driven Development practices to build GWT applications. > It introduces GWT's testing support including GWTTestCase, describes > the Model-View-Presenter design pattern, and includes test and > production code samples. > > You can read the article in PDF format and learn more at my blog: > > http://blog.danielwellman.com/2008/11/test-first-gwt-article-in-november-2008-better-software-magazine.html > > Thanks again to Sumit Chandel for all his feedback and technical > editing, and to the GWT team. > > Dan > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
