Testing Methodologies Using Google Web Toolkit

Testing a GWT application seems daunting at first, since GWT application code runs as Java instead of JavaScript. However, using these testing components to thoroughly test application is actually quite simple, and what’s more is that you can apply strong design patterns to your code that will keep test cases concise, effective and maintainable. This article describes testing methodologies and design patterns we can use to test GWT applications.