Test Driven Development 资源

Books

Lessons Learned in Software Testing by Cem Kaner, James Bach, and Bret Pettichord
Pragmatic Unit Testing in C# by the Pragmatic Programmers Andy Hunt and Dave Thomas, I have no idea how good this is.
Test Driven Development: A Practical Guide by Dave Astels, we've got this at work and it is very good
Test Driven Development: By Example by Kent Beck.  My comment: can we please move away from the stupid money example!
Test-Driven Development in Microsoft® .NET by James Newkirk, a developer on the NUnit project! Amazon is now taking orders

Software

csUnit - open source testing framework
NUnit - open source testing framework

.TEST - commercial automated unit testing software
HarnessIt - commercial testing framework
Unite.NET - commercial unit and integration test software
X-Unity - commercial testing framework

NUnitAddin - Visual Studio add-in, currently has command-line interface (I hear Jamie Cansdale is working on a GUI with red/green bars)
NUnitASP - test web sites by interacting programmatically with the controls on the web page.  Now supports authentication as well as several other new features!  Also see my NUnitAsp Tips and Best Practices.
TestRunner for NUnit - an NUnit add-in for Visual Studio .NET.  See blog post.
VSNUnit - an NUnit add-in for Visual Studio .NET.  See blog post.

Mock Objects

DotNetMock
MockObjects
NMock
POCMock

Web sites / columns

Applying Patterns to Software Testing - Brian Marick
Bret Pettichord's Publications on testing
Brian Marick's writings on software testing
Cem Kaner's articles on testing
James Bach's articles
ObjectMentor's Test Driven Development articles
TestDriven.com web site, general purpose portal that includes various languages, testing tools, and articles.
Test Driven Development Column Dave Astels
Test Driven Development Yahoo! group

Pages on the c2 wiki:

Blogs

Brian Marick's blog

Unit Testing articles

Adventures in C#: Using NUnit - Ron Jeffries
Advanced Unit Testing: Parts 1, 2, 3, 4, 5 - Marc Clifton
An Initial Investigation of Test Driven Development in Industry - Laurie Williams and Boby George
Best Practices: Test Driven Development
Charles' Six Rules of Unit Testing - Charles Miller
Contractual Test Driven Development: Combining Test Driven Development and Design By Contract - Dave Chaplin
csUnit Tutorials - a group of related tutorials on csUnit, including one on how to port from NUnit
Developing Automated Tests using NUnit2 with VB.NET - Dave Chaplin
Effective Unit Testing - Tim Burns
Endo-Testing: Unit Testing with Mock Objects - Tim Mackinnon, Steve Freeman, Philip Craig
Debugging .NET with NUnit - Paul Kimmel
Fun with Unit Tests-Testing Abstract Classes - Roy Osherove
Interview: XP Pioneer Stumps for Test-Driven Development - Jon Udell on InfoWorld
Introduction to Test-driven Development with NUnit and the NUnit Add-in - Roy Osherove
NUnit V.2 For People Who Can't Cook - Markus Kalina, not the latest version of NUnit
Test Driven Analysis and Design - Jason Gorman
Test Before You Leap Into Development - Jon Udell on InfoWorld
Test Driven Development - ObjectMentor's write-up on TDD
Test Driven Development - Scott Ambler, chap 11 of his Agile Database Techniques book
Test Driven Development and Acceptance Testing - James Grenning
Test-Driven Development, A Conversation with Martin Fowler, Part V - Bill Venners on Artima.com
Test Driven Development and Web Services - Peter Provost, uses NUnit
Test Driven Development in .NET - Peter Provost, uses NUnit
Test Driven Development in Enterprise Integration Projects - Gregor Hohpe and Wendy Istvanick
Test Driven Development using NUnit - Jason Gorman
Test First Guidelines - Sean Shubin
Testing for Programmers - Brian Marick, very very good!
Unit Testing and Test-First Development - on MSDN
Unit Testing Database Code - Richard Dallaway
Unit Testing in .NET - Charlie Poole, 79 PowerPoint slides
When Do You Stop Unit Testing? - Gordon Weakliem
Work Guidelines: Test Driven Development
Working backwards - James Newkirk, Robert C. Martin
Write Unit Tests - Nick Smith in Visual Studio Magazine
Writing Automated Browser Tests using NUnit and IE - Dave Chaplin

From :http://dotnetjunkies.com/WebLog/darrell.norton/articles/3374.aspx

posted @ 2004-03-10 07:31  dudu  阅读(2671)  评论(1编辑  收藏  举报