Automated Web Application Testing with Selenium
Category: Languages > Testing      Posted: 04 Feb 09

Selenium is a test tool that allows you to write automated web application tests in many programming languages. The test uses any mainstream browser with JavaScript support and can target arbitrary websites. Erik Doernenburg from ThoughtWorks started his talk with a quick demo of creating automated t...

Testing Web Applications with Selenium & Selenium Remote Control
Category: Languages > Testing      Posted: 04 Feb 09

Selenium is a testing tool for web applications that automates browser actions, simulating user interactions with the web page. The Remote Control extension allows Selenium tests to be scripted and executed from common programming environments like Java and .NET.

This session introduces Se...

Testing App with Selenium
Category: Web Development > Ruby On Rails      Posted: 11 Jul 08

Selenium is a great way to test your app automatically through a browser. See how it works in this episode

Recording a Selenium test
Category: Web Development > Ajax      Posted: 30 May 07

Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment ...