Setting up MbUnit for ASP.NET MVC -


I am using Visual Web Developer 2008 Express with ASP.NET MVC 1.0.

I would like to use MbUnit as a test framework, then how do I set it as a unit test project for ASP.NET MVC web application?

  1. file -> new -> project -> windows -> class library
  2. Add reference to MbUnit.dll (or whatever name of their library)
  3. Add a reference to your ASP.NET MVC project
  4. enter a new category Add file and your test code

You can try something like test dereven.net or resetter for the problem that you will be going through now.

FYI latest features are included in the NUINT which are set to be added to the unit test. VS in NUnit and I think there is a better integration with various add-ons too.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -