3 Ways to Run NUnit From Visual Studio

Posted on March 22, 2008 | 4 Comments

Like it or not, whoever wants to have a stable code, need to write unit tests. There are 2 main unit testing frameworks for .Net Environment: MBUnit and NUnit. During this post, I am going to focus on NUnit and its integration with Visual Studio in particular. nunitVS

Once we wrote our unit tests and compiled them, an assembly file is Continue reading...