BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News ASP.NET MVC Testing Tips and Tricks

ASP.NET MVC Testing Tips and Tricks

This item in japanese

Bookmarks

There are several components in an ASP.NET MVC 3 web app – models, controllers, route-handlers, views, html-helpers, client-side code etc. Most of these can be unit-tested, others need integration tests, and several good practices can help you keep your tests more maintainable and avoid making them brittle.

Here are some resources -

Do you have any other testing tips you want to share for testing ASP.NET MVC applications?

Rate this Article

Adoption
Style

BT