Acceptance Criteria Conversations
A preview of Kay and Zhon's upcoming tutorial at Agile 2009
- On Agile teams, requirements are created collaboratively. What does that look like? We will show you through hands-on exercises.
Test Driving GWT Applications
Google Web Toolkit (GWT) is a way to create AJAX web applications in Java.
Much of the information on testing GWT apps revolves around GWTTestCase, which is heavy and doesn't provide a way to decouple the client from the RPC service calls. It is possible to test the client side very nicely with JUnit and JMock by mocking the asynchronous RPC services.
- I'll show a demo of TDD-ing a simple GWT application.
If you want to follow along, I'm using the GWT Plugin bundled with IntelliJ; you'll want to download GWT and jMock.
