Monthly Archives: May 2011

Getting Started with Selenium in CSharp

Selenium is a suite of tools to automate web app testing across many platforms. You may download and use Selenium from http://seleniumhq.org/ In this post, I would like to introduce the basic usage of Selenium in .Net development. Create Selenium instance In Selenium 2.0, there is a concept named WebDriver which is used to interacting… Read More »