blog.whatwg.org

It turned out that the test subject didn't know that longdesc even existed before the tester told him about...

bark.metacasa.net

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

integrityapp.com

Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...

metric-fu.rubyforge.org

Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog...

github.com

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

github.com

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

programmingtour.blogspot.com

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

celerity.rubyforge.org

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

netalive.org

I brought up the question whether tests should call the translation API when checking for the presence of a string...

github.com

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

m.onkey.org

decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...

tech.puredanger.com

Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...

github.com

Riot differs primarily in that it does not rerun setup for each test in a context.

successfulsoftware.net

I cringe every time I hear about someone who has spent years writing their ‘killer app’, but still hasn’t...

mockito.org

Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...

code.google.com

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.

justinfrench.com

Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...

exogen.github.com

Unlock achievements for running your test suite!

makandra dev
jashkenas.github.com

Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...

boingboing.net

It's ironic that a company whose name is synonymous with "Switch" has built its entire product strategy around lock...

startuptrekking.com

I wanted to jot down some of my thoughts on country roads, so that customers of our iCar may better...

intridea.com

Pretty much everyone who claims to have a REST API, in fact, does not. The closest I’ve found is...

robots.thoughtbot.com

ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...