All Tags »
ASP.NET Tips an... »
Unit Testing
Sorry, but there are no more tags available to filter with.
-
Just ran into a quick issue that deserved a mention. I've been experimenting with the Visual Studio Team Suite Test Project lately. I have an existing solution separated into its layers (Presentation-BLL-DAL-DB). I recently tried to write a Unit Test using the VSTS Test Project and ran into a bit of a snafu.
I was testing out a ...