I have an existing asp.net webforms application with all its business logic and DAL in the app_code folder.
What is the best way to structure tests with nunit ? Add a separate test project to the solution or do I have to put the tests in the app_Code folder ?