Unit Testing Web Applications

Unit testing focuses on testing small pieces of code that a developer is writing. This article shows how to get started unit testing JavaScript as well as server-side code.
You will learn
* how to get started unit testing your JavaScript and ASP.NET MVC code,
* the arrange-act-assert unit test structure,
* techniques to isolate your tests and components,
* things you should consider when testing your jQuery UI widgets.