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...
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...
Pure-Ruby alternative to Cucumber.
I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...
Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...
Browsera automatically detects cross-browser layout problems and scripting errors on your website.
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...
TestLab² is a software and website testing service. It was created by a team of quality assurance professionals and engineers...