6

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?

pb2q
  • 58,613
  • 19
  • 146
  • 147
balaweblog
  • 14,982
  • 28
  • 73
  • 95
  • Similar question http://stackoverflow.com/questions/247900/is-there-a-free-visual-studio-addin-for-nunit – spinodal Dec 31 '08 at 11:19

2 Answers2

6

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.

AshtonKJ
  • 1,376
  • 2
  • 14
  • 22
5

Your question is a bit ambiguous..

  • Are you interested in learning nunit (In which case nunit.org would be the place to look along with some books on TDD/UnitTesting)
  • If you're trying to integrate nunit with VisualStudio IDE, I'd go with the external executable approach listed as Option#1 here or TestDriven.net Option#2
Gishu
  • 134,492
  • 47
  • 225
  • 308