Chapter 8. Testing and Continuous Integration

This chapter covers

  • Understanding and implementing GWT tests
  • Exploring advanced testing techniques, remote and benchmark
  • Obtaining code coverage information with GWT tests
  • Using continuous integration with GWT projects

A test that reveals a bug has succeeded, not failed.

Boris Beizer

Completing your code and turning out a quality application are not often synonymous nor simultaneous. Beyond the syntax, the compiler, and the resulting bits, a quality application is usually the result of careful design, adequate testing, and proper component integration. These fundamental concepts can be applied to all software projects, but putting them to work with GWT is a bit different than in other environments. ...

Get GWT in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.