FakeWeb API Documentation

Posted About 15 years ago by Lexy.
fakeweb.rubyforge.org

Pair Programming Ping Pong Pattern

Posted About 15 years ago by Lexy.
c2.com

Rails plugin testing guide

Posted About 15 years ago by Lexy.
alexyoung.org

This article is an introduction to testing Rails plugins.

pluginaweek's plugin_test_helper at master - GitHub

Posted About 15 years ago by Lexy.
github.com

Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application

The Complete Guide to Rails Plugins: Part II | Ruby on Rails for Newbies

Posted About 15 years ago by Lexy.
nubyonrails.com

A surprisingly large number of plugins have no tests at all. Part of the reason might be that writing a...

The Bark Blog » Testing Rails Model Plugins

Posted About 15 years ago by Lexy.
bark.metacasa.net

Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...

Smarticus » Introduction to Acceptance Testing Ruby Web Applications

Posted About 15 years ago by Lexy.
smartic.us

In this presentation, I demoed Cucumber and Webrat. I also talked about Integrity and how I like to put it...

Confreaks: MountainWest RubyConf 2009

Posted Almost 15 years ago by Lexy.
mwrc2009.confreaks.com

BDD/Cucumber talk by Ben Mabey.

mdub's sham_rack at master - GitHub

Posted Almost 15 years ago by Lexy.
github.com

Or, you can test your Rack application (or Sinatra, or Rails, or Merb) using arbitrary HTTP client libraries, to check...

James on Software | Introducing Trample: A Better Load Simulator

Posted Almost 15 years ago by Lexy.
jamesgolick.com

Trample is a more flexible load simulator. Instead of a static list of urls, trample's configuration language is ruby...

tips for testing Rails apps with Cucumber - Momoro Machine

Posted Almost 15 years ago by Lexy.
themomorohoax.com

Here are eight things my team has found to be true after working with Cucumber for about 6 months.

jasonm's parallel_specs at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

Rake tasks to run specs and tests in parallel, to use multiple CPUs and speedup test runtime.

On Being A Journeyman Software Craftsman: Test-first and Test-driven conversation with JB Rainsberger

Posted Over 14 years ago by Lexy.
programmingtour.blogspot.com

We had a conversation about the fact that the 'TDD is about testing vs TDD is about design" debate that...

A/Bingo: RoR Split Testing by Bingo Card Creator

Posted Over 14 years ago by Lexy.
bingocardcreator.com

A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.

nakajima's elementor at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

View testing that doesn't suck.

Celerity | Easy and fast functional test automation for web applications

Posted Over 14 years ago by Lexy.
celerity.rubyforge.org

Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...

citrusbyte's contest at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...

citrusbyte's stories at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

Pure-Ruby alternative to Cucumber.

RSpec is getting too intimate with my code | opensoul.org

Posted Over 14 years ago by Lexy.
opensoul.org

What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...

Testing with IE6, IE7 and IE8 on VirtualBox | Shape Shed

Posted Over 14 years ago by Lexy.
shapeshed.com

I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...

Tracking Down Slow-Running Examples in RSpec » Idol Hands: An Alpha Geek Guide to Ruby on Rails, DIY, and More

Posted Over 14 years ago by Lexy.
idolhands.com

Passing the –profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...