background preloader

Agile Development

Facebook Twitter

Introduction to Test Driven Development (TDD) Test-driven development (TDD) (Beck 2003; Astels 2003), is an evolutionary approach to development which combines test-first development where you write a test before you write just enough production code to fulfill that test and refactoring.

Introduction to Test Driven Development (TDD)

What is the primary goal of TDD? One view is the goal of TDD is specification and not validation (Martin, Newkirk, and Kess 2003). In other words, it’s one way to think through your requirements or design before your write your functional code (implying that TDD is both an important agile requirements and agile design technique). SimpleTest - Unit Testing for PHP. Extreme Programming Rules. Planning User stories are written.

Extreme Programming Rules

Release planning creates the release schedule. 10 Steps for Setting up an Agile Start-up « The Agile Executive. Bug Prediction at Google.