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...
It turned out that the test subject didn't know that longdesc even existed before the tester told him about...
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
MMM (MySQL Master-Master Replication Manager) is a set of flexible scripts to perform monitoring/failover and management of MySQL Master...
Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...
So, as a result, people using RESTful ideas to talk to browsers have to put the smarts back on the...
Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog...
Or, you can test your Rack application (or Sinatra, or Rails, or Merb) using arbitrary HTTP client libraries, to check...
An example of the conundrum of transferring print documents to the web, one that has become legendary in some circles...
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...
Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...
I brought up the question whether tests should call the translation API when checking for the presence of a string...
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...
What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...
Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...
Deadweight is RCov for CSS, kind of. Given a set of stylesheets and a set of URLs, it determines which...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...
Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...
Riot differs primarily in that it does not rerun setup for each test in a context.
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...