Saturday, December 19, 2009

Dr. Dobb's | Selenium: Cross-browser Website Testing

My new article about Selenium web application testing framework at Dr. Dobb's Journal.

Selenium Remote Control (RC), a tool that lets you programmatically simulate user behavior, launch a browser, open a URL, type some text, click on a button, wait for the web site response and check the browser state. Although implemented in Java and Javascript, Selenium RC supports a variety of languages for test programming, including Java, C#, Perl, Python, and PHP. And last but not least, Selenium is a free open source project with a large and active community of developers and website testers.