Library tutorials & articles tagged with tdd
-
Domain Driven Design: A Step by Step Guide - Part 2
by Casey Charlton
Get to grips with the fundamental concepts of entityes, value objects, aggregate roots and domain services.
-
Domain Driven Design: A Step by Step Guide - Part 1
by Casey Charlton
There is a lot of interest in DDD recently, both in the book, and in the methodology, and in the buzzword. Casey aims to clear up the confusion and start to demystify it.
-
Rails: an introduction
by Kevin Jones
You've heard the hype - but not given it a shot yet? Kevin Jones explains the background of MVC, DRY and TDD and how to get started with your first Ruby on Rails web app!
-
TDD in Practice - Dealing with Hard-To-Test Areas
by Ian Cooper
Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and introductory books just don't seem to explain well.
-
Improving Application Quality Using Test-Driven Development (TDD)
by Craig Murphy
What is the one activity or phase that improves the quality of your application? The answer is an easy one: Testing, and plenty of it. Traditionally, testing is a phase somewhere towards the expected end of the project - when the cost of any code or requirement changes is known to be much higher. Craig looks at how TDD can address this by adopting a more agile approach.
-
Test-Driven Development in .NET
by Peter Provost
An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.
-
Test-driven development with NUnit
by Roy Osherove
An introduction to test-driven development with NUnit and the NUnit-Add-in