The Coding Humanist

Archives: 9/2011

Using the Selenium Webdriver

-- Filed Under: C#
Comments: (5)

At work I'm starting a new project and decided to do something that I've only toyed with before, and that is to make automated browser testing a major part of my development lifecycle. I asked my team what they were using and they said Selenium, so I gave it a try. I also ran into some issues, so I figured I would share how to (mostly) solve those problems.

Read More on "Using the Selenium Webdriver" >>