Reputation: 15470
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?
Upvotes: 6
Views: 12833
Reputation: 136673
Your question is a bit ambiguous..
Upvotes: 5
Reputation: 1386
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.
Upvotes: 6