The argument that using tests is a ideologic waster of time fails when one considers how it can help to...
In this article we’ve listed 7 fresh and simple tools for cross-browser compatibility testing, tools that actually make...
This article is an introduction to testing Rails plugins.
Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application
A surprisingly large number of plugins have no tests at all. Part of the reason might be that writing a...
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
In this presentation, I demoed Cucumber and Webrat. I also talked about Integrity and how I like to put it...
BDD/Cucumber talk by Ben Mabey.
Or, you can test your Rack application (or Sinatra, or Rails, or Merb) using arbitrary HTTP client libraries, to check...
Trample is a more flexible load simulator. Instead of a static list of urls, trample's configuration language is ruby...
Here are eight things my team has found to be true after working with Cucumber for about 6 months.
Rake tasks to run specs and tests in parallel, to use multiple CPUs and speedup test runtime.
We had a conversation about the fact that the 'TDD is about testing vs TDD is about design" debate that...
A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.
View testing that doesn't suck.
Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...
Pure-Ruby alternative to Cucumber.