Test Driven Development using DbFit
создатель Ralf Krüger

1. Levels of TDD
1.1. Unit Testing
1.1.1. "Are we building the thing right?"
1.1.2. xUnit (JUnit)
1.2. Acceptance Testing
1.2.1. "Are we building the right thing?"
1.2.2. Fit
2. Frameworks & Tools
2.1. FitNesse
2.1.1. Wiki build over Fit
2.1.1.1. Zero Install
2.1.1.2. Open Source
2.1.1.3. One-Click Test Environment
2.1.1.4. Readable Tests
2.1.1.5. Collaboration/Communication
2.2. DbFit
2.2.1. SQL-Statements
2.2.2. Stored Procedures
2.2.3. Transaction Management
2.2.4. Parameter Mapping
2.2.5. Documentation