518 Views
The first in a series of blog posts that will discuss how to setup, configure and write integration tests for ASP .NET using Selenium.
2 comments
tdupont
4/14/2012 2:36:08 AM
I suggest that you look into Selenium 2.0, better known as WebDriver. It is a much cleaner solution that does not require Java or external servers in order to run. :)
noorani786
4/15/2012 4:46:58 PM
Done. I've updated the post as well. Thank you for the suggestion, tdupont!