Can people recommend books and other resources on unit testing? All levels from beginning to advanced techniques.
+1
A:
As tools I recommend:
Runners
- NUnit
- MBUnit
- jUnit
Continuous Integration
Tools that combine with runners to have tests run at each commit
- CruiseControl
- CruiseControl.NET
On top of these people often use Mocking frameworks and other stuff. I think it's a bit overkill to start with everything...
Sklivvz
2008-09-21 19:06:49
+1
A:
I recommend Kent Beck's book: Test Driven Development: By Example
Alejandro Bologna
2008-09-21 21:00:49