What are the most used TDD packages for VS2008?
+1
A:
What do you mean by TDD package?
nCover and TestDriven.net are great coverage tools.
Resharper and coderush include help with the consume first style of TDD.
Something like CruiseControl for continuous integration?
None of them are really TDD tools, but they certainly help with the general style imo.
Paul Creasey
2010-08-12 20:29:21
Are nCover and TestDriven.net competitors or are they substantially different?What I want is something that has a language for specifying tests and will then run them in some sort of automagic manner.
2010-08-12 20:57:52
+1
A:
Hi there.
I don't believe there is such a thing as a TDD package. TDD is a way of writing software using unit tests as a starting point, but that's something you can do in VS 2008 in the box.
Could you be a bit more specific about your needs?
Cheers. Jas.
Jason Evans
2010-08-12 20:30:16