InfoQ

InfoQ

Topic/Tag specific view

ZenTest Content on InfoQ


News about ZenTest

Checking 1.8 vs 1.9 compatibility with Multiruby

Topics
Ruby,
Dynamic Languages,
Languages,
Unit Testing,
Programming,
ZenTest,
TDD,
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

Topics
Ruby,
Dynamic Languages,
Languages,
Agile Techniques,
Automation,
Unit Testing,
TDD,
Programming,
Testing,
Agile,
ZenTest,
IDEs

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
Ruby,
Dynamic Languages,
Languages,
Software Testing,
Unit Testing,
Programming,
TDD,
Testing,
ZenTest

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!