TDD, Unittesting and Delphi

Lately, I’ve been trying to learn TDD. In this post, I will collect some resources that I find helpfull.

Test Frameworks

DUnit

http://dunit.sourceforge.net/

DUnitLite

http://code.google.com/p/dunitlite/

DSpec

http://sourceforge.net/projects/dspec/

Mocking/Faking

Pascal Mock

http://sourceforge.net/projects/pascalmock/

Delphi Mock Wizard

http://code.google.com/p/delphi-mock-wizard/

Simple Mock

http://delphixtreme.com/wordpress/?p=14

Ultra Basic MockObjects

http://sourceforge.net/projects/ubmock/

Code coverage

Discover for Delphi

http://www.cyamon.com/discover1.htm

AQ Time

http://www.automatedqa.com/products/aqtime/

Supporting tools

DUnit IDE integration

http://delphixtreme.com/wordpress/?page_id=8

Websites

Delphi-Extreme

http://www.delphixtreme.com/

http://www.delphixtreme.com/forums/

FitNesse

FitNesse

http://fitnesse.org/

Fit4Delphi

http://code.google.com/p/fit4delphi/

FitNesse.Tutorials

http://schuchert.wikispaces.com/FitNesse.Tutorials

Books

image Fit for Developing Software: Framework for Integrated Tests
by Rick Mugridge; Ward Cunningham

Publisher: Prentice Hall
Pub Date: June 29, 2005
Print ISBN-10: 0-321-26934-9
Print ISBN-13: 978-0-321-26934-8

Pages: 384

image The Art of Unit Testing: with Examples in .NET
by Roy Osherove

Publisher: Manning Publications
Pub Date: June 28, 2009
Print ISBN-10: 1-933988-27-4
Print ISBN-13: 978-1-933988-27-6

Pages: 320

image Test Driven Development: By Example
by Kent Beck

Publisher: Addison-Wesley Professional
Pub Date: November 08, 2002
Print ISBN-10: 0-321-14653-0
Print ISBN-13: 978-0-321-14653-3

Pages: 240

image xUnit Test Patterns: Refactoring Test Code
by Gerard Meszaros

Publisher: Addison-Wesley Professional
Pub Date: May 21, 2007
Print ISBN-10: 0-13-149505-4
Print ISBN-13: 978-0-13-149505-0

Pages: 944

Tags: , ,

Leave a comment