Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add NUnit in Visual Studio

I need to write test cases for my application. I've chosen NUnit. Please let me know how to add NUnit to my Visual Studio IDE. where can I download them?

like image 220
balaweblog Avatar asked Oct 13 '08 04:10

balaweblog


1 Answers

Best place to start would probably be: http://testdriven.net/

They have NUnit, and a host of other unit testing suites that can integrate with various versions of Visual Studio, as well as some documentation on them.

like image 143
AshtonKJ Avatar answered Oct 13 '22 14:10

AshtonKJ