I am currently trying to upgrade our build server at work, moving from the lack of a build server to it!
I use JetBrains TeamCity (using ReSharper for several years, I trust their materials) and intend to use NUnit and MSBuild .
However, I had a problem: it seems like it is not possible to validate an ASP.NET website using NUnit. I suggested that you could configure it to test App_Code after the build, however it seems that the only way to do the tests well is to convert the website into a web application (which my boss doesn't like the idea).
How can i do this?
Please keep in mind that testing should automatically start from TeamCity.
source share