Browse by Tags

Standalone Unit Test Programs
29 December 06 10:20 PM | admin | 2 Comments   
In the project that I'm working on we wanted to have certain of our MSTest unit tests be available as standalone programs. Various reasons for this include: It is useful for demos It's makes certain debugging scenarios a little easier, i.e. those where Read More...
Refactor NUnit Tests to MSTest
03 January 06 09:43 PM | john | 0 Comments   
If you have been using NUnit to write your unit tests, and you have access to Visual Studio 2005 Team System you'll want to consider upgrading your NUnit tests to the VS Unit Test Framework, which I'll call VSUnit for short. There is a walkthrough that Read More...
Filed under: , , , ,