InfoQ

Topic/Tag specific view

ZenTest Content on InfoQ


News about ZenTest

Checking 1.8 vs 1.9 compatibility with Multiruby

Community
Ruby
Topics
Unit Testing

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

Community
Ruby
Topics
Unit Testing,
Agile Techniques,
Programming

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

Community
Ruby
Topics
Software Testing,
Unit 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!