InfoQ

InfoQ

Topic/Tag specific view

ZenTest Content on InfoQ


News about ZenTest

Checking 1.8 vs 1.9 compatibility with Multiruby

Topics
Unit Testing,
Ruby

With Ruby 1.9 out, it's time to check libraries and applications for compatibility between these versions. We look at Multiruby, a utility that helps to track down changed behavior.

Autotest - a hidden tool gem

Topics
Agile Techniques,
Programming,
Unit Testing,
Ruby

Autotest runs your tests whenever you save your files - actually, it's smarter than that. We take a look at how a tool like Autotest helps Ruby developers be productive without needing an IDE.

Matrix Your Rails Functional Tests

Topics
Unit Testing,
Ruby,
Software Testing

Following the DRY process philosophy and putting into practice separation of concerns, Ryan Davis introduced an interesting way of answering the question: How do you make testing complex specifications with many edge cases clearer? The answer: Matrix!