Mar
22nd | 2008

3 Ways to Run NUnit From Visual Studio

Posted by Shahar Y |
Filed under C#, Visual Studio |

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.                               

Once we wrote our unit tests and compiled them, [...]


Continue Reading...

Search Dev102