ASP.NET MVC + Selenium + IISExpress
The goal of this blog entry is to explain how you can create integration tests for ASP.NET MVC applications by using a combination of Selenium WebDriver and IISExpress. Integration tests are useful when you want to test an entire user story. For example, you might want to test whether a user can successfully add an item to a shopping cart. Adding an item to a shopping cart might require the execution of C# code, database code, and JavaScript code. Using an integration test, you can verify that the entire process of buying an item from your website works. Typically, an integration test is contrasted with a unit test . A unit test is used to test a unit of code in isolation. A unit test is typically used to verify the behavior of a single method
Read More...
Read the complete post at http://feedproxy.google.com/~r/StephenWalther/~3/WiMe-WdAPBg/asp-net-mvc-selenium-iisexpress.aspx