CHAPTER 11

image

Testing the Application

Testing is one of the most important tasks for developers. Before you deliver your application to end users, you must test it thoroughly to ensure that you are providing the best quality possible. Proper testing of your application also helps you to uncover issues that might cause loss of data, miscalculations, and other such problems.

A technique known as unit testing helps you with this task by allowing you to create classes and methods to test specific functionality in your application. In Chapter 3, we created a test project at the same time we created our HaveYouSeenMe sample ASP.NET MVC 4 application (by ...

Get Beginning ASP.NET MVC 4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.