An interesting approach to unit test web application user interfaces using jQuery
Posted: (EET/GMT+2)
I recently ran across a web site showing an example of how to unit test ASP.NET MVC web application user interfaces. The solution in this case relies heavily on JavaScript and jQuery, as it common nowadays. The approach shown can be said to be based on BDD (Behavior Driven Development).
If you are writing unit tests for ASP.NET MVC today and are interested in spicing up your tests to cover the user interface as well, then be sure to check out the post on elijahmanor.com.