Tutorials and resources on how to use the open source Selenium testing tool to perform test automation in software testing.
Selenium is a great tool for acceptance testing of web applications: it works with real browsers, and drives them to exercise your application of choice in the same way a real user would do. There are however many issues in using Selenium to drive JavaScript-powered applications.
In this short presentation, Valdemar Júnior shows how he uses Selenium 2.0 and Webdriver to execute integration tests in the maven life cycle with cargo-maven-plugin.
In this blog post, Alister Scott explains how Watir and WebDriver work together using Watir-WebDriver, a Watir (ruby) implementation on WebDriver.
This blog post gives a short introduction of Selenium 2 and its integration with Visual Studio and Nunit.
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.