New Articles
from around the Web
-
Be Dee Dee and Me
Nice general overview of Behavior Driven Development (BDD), the tools available (test/spec, rSpec), and then an introduction to actually using test/spec within your code.
-
Code Between Lines: A RSpec matcher for ActiveRecord validation
Handy matchers to make checking for Active Record errors in specs even easier.
-
Cookin' with Ruby on Rails - Integration Tests
Tutorial on writing Integration Tests using Rails 1.2.6 (though still useful for Rails 2).
-
15 TDD steps to create a Rails application
A simple tutorial that gives the flavor of using Test Driven Development in a basic Rails application.
-
Introduction to Test Driven Design (TDD)
An essay that explains what Test Driven Development is, how it works, and various myths and misunderstandings about TDD.
-
autotest-rails
Autotest runs continuously and watches for files to change (when you save). It then runs any associated tests automatically.
-
Autotest with verbose flag on
Hints on how to configure ZenTest’s autotest to be less verbose on various messages and other configuration suggestions.
Related Books
Working Effectively with Legacy Code
Robert C. Martin Series
A detailed examination of strategies to work with large code bases that may be largely untested, legacy code. Discusses refactoring, unit, functional, and integration testing, and approaches of decoupling code to reduce dependencies.
List price: $59.99 Amazon price: $41.85 Buy
Fit for Developing Software
: Framework for Integrated Tests (Robert C. Martin Series)
Introduces the Fit open source framework which focuses on a simple way to specify business rules, express them with concrete examples, and organize and run them in a simple way that can be managed by a project’s non programming customers.
List price: $64.99 Amazon price: $43.80 Buy
Test Driven
TDD and Acceptance TDD for Java Developers
While this book presents code examples in Java, the concepts are applicable to any language. The case for Test Driven Development is made, application of TDD to different kinds of programming is shown, and then extended to discuss going full on Acceptance testing with TDD techniques.
List price: $44.99 Amazon price: $29.69 Buy
Links by Type
-
Documentation (106)
-
Events (13)
-
Screencasts (136)
-
Software (171)
-
Presentation Slides (12)
Top Blogs
Sorry, no relevant blogs yet.
Have one to suggest? Enter in the form on the right.