Building Testable Applications with Google Web Toolkit
This blog post by Geoffrey Wiseman presents some of the challenges to automated testing in GWT.
This blog post by Geoffrey Wiseman presents some of the challenges to automated testing in GWT.
Selenium is an open source project with no formal guidance, making problem investigation time-intensive for testers. This article provides best practices for common issues during testing based on Selenium 1.0, which was released in June 2009.
Selenium is a testing framework used for automated Web application testing. Get to know Selenium Remote Control (Selenium RC), which allows you to build tests for different browsers to ensure your Web applications are of the highest quality.
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.
This video explores ways of harnessing the experience and skills of people with different backgrounds and channeling them towards the effective test automation of web-based systems.
Copyright © 2009-2024 Software Testing Magazine by Martinig & Associates