I've seen some cool videos on how to use unit test libraries with .NET
code. However, I would like to see a screencast on how to do this in
the context of an
ASP.NET website application.
Since most debugging is done without compiling the code, what is the
easiest way of testing code against unit tests in this environment?
Can a command prompt be used to quickly build the website and then run
the tests using the GUI Nunit panel?