Web Apps

How I Test CSS

I've wrestled with the problem of CSS testing for a long time, and I have two suggestions for catching style problems early. 
Managing Your Team

Who Pays for Bugs?

Penalizing your development team for bugs is penny wise and pound foolish. Focus on practices that promote quality and embrace bugs as part of the process.
Ruby

QuickCheck in Ruby

The theft Ruby gem allows for property-based testing — generating valid, randomly-generated input and validating that a particular property is true.