GWT Testing Best Practices
Published August 9th, 2010 Under General, Open Source Tools | Leave a Comment
GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT’s testing infrastructure, describe some best practices we’ve developed at Google, and help you avoid common pitfalls.
Molybdenum Cross Browser Testing
Published July 7th, 2010 Under Open Source Tools | Leave a Comment
Molybdenum is web UI testing made easy. Capture and replay, modularized and maintainable tests with bricks, data binding with external files, reporting with simple rerun possibilities, test other media than HTML like PDF with helper applications. It provides integration into build tools like ANT and Maven. Molybdenum is based on selenium-core. While SeleniumIDE is focusing on developers with export to different programming languages and crossbrowser testing, Molybdenum is focused on simple test execution, reporting, test parameterization for everybody participating in your team. This video shows how to do cross browser testing with Molybdenum.
How Mozilla uses Selenium
Published June 8th, 2010 Under Open Source Tools | Leave a Comment
Continuous Integration is a software development practice where members of a team integrate their work frequently. Each integration is verified by an automated build to find problems as quickly as possible. Many teams discover that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. In our talk, we’ll show how our team uses open-source tools, particularly Selenium Grid and Hudson, to test the web applications we make. Raymond Etornam will cover how we moved from testing them using basic Selenium IDE in Selenese/PHP to a more structured system, where our tests are run using Hudson and Selenium Grid, in Python. Stephen Donner will co-lead, providing more of the historical background.
Gems of Selenium
Published May 3rd, 2010 Under Open Source Tools | Leave a Comment
Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language. Selenium provides a test domain specific language (DSL) to write tests in a number of popular programming languages, including Java, Ruby, Groovy, Python, PHP, and Perl. Test playback is in most modern web browsers. Selenium deploys on Windows, Linux, and Macintosh platforms. This talk is focused on covering the gems of selenium and their capabilities. In this podcast, the speakers gave an overview of what selenium is and its history. They talked further on other features that are present in selenium. They also discussed what selenium 2.0 brings to the table and what that means for your existing test automation suite.
http://skillsmatter.com/podcast/agile-testing/gems-of-selenium
Automated Model-Based Testing of Web Applications
Published April 19th, 2010 Under General | Leave a Comment
GUITAR is a suite of models, components, and tools for automated testing of software applications that have a Graphical User Interface (GUI) front-end.
Resources:
* GUITAR web site
* Model-Based Testing Adds Value