I’ve already created MVC project (VS2008 .NET 3.5)
at first time VS2008 ask me
“Would you like to create Unit test project for this application ?”
I choose No..
Now I realize that it’s growing more complex and TDD (test driven development) approach would have been better.
but can’t find out how to add a unit test project in my solution?
Maybe this will help you
How to: Create a Test Project
As described in the following procedures, you can create test projects in several ways:
test. When you create a new test, you
can create new a test project into
which the test will be added, or add
the test to an existing test project
that is already loaded.
generate a unit test. When you
generate unit tests, you can create a
new test project into which the tests
will be added, or add them to an
existing test project.
With this method, you use a dialog
box to choose the programming
language of your test project.