avantbard + tdd   37

sandro/ephemeral_response - GitHub
"Web responses are volatile. Servers go down, API's change, responses change and every time something changes, your tests should fail. Mocking out web responses may speed up your test suite but the tests essentially become lies. Ephemeral Response encourages you to run your tests against real web services while keeping your test suite snappy by caching the responses and reusing them until they expire."
testing  ruby  http  rails  plugin  tdd  bdd  web 
december 2010 by avantbard
YUI 2: YUI Test
"YUI Test is a testing framework for browser-based JavaScript solutions. Using YUI Test, you can easily add unit testing to your JavaScript solutions. While not a direct port from any specific xUnit framework, YUI Test does derive some characteristics from nUnit and JUnit."
yui  js  testing  tdd 
april 2010 by avantbard
js-test-driver - Project Hosting on Google Code
headless javascript testing in multiple browsers on the command line
js  tdd  testing  test 
april 2010 by avantbard
ngauthier's hydra at master - GitHub
"Hydra is a distributed testing framework. It allows you to distribute your tests locally across multiple cores and processors, as well as run your tests remotely over SSH."
test-unit  ruby  testing  tdd  hydra 
april 2010 by avantbard
langalex's culerity at master - GitHub
"Culerity lets you: run Celerity from within Cucumber which allows you to test the full stack of your Rails (or other web) application from Database to in browser JavaScript run your application in any Ruby (like MRI 1.8.6) while Celerity runs in JRuby so you can still use gems/plugins that would not work with JRuby * reuse existing Webrat-Style step definitions"
cucumber  celerity  tdd  culerity  rails  testing 
november 2009 by avantbard
amilligan's wapcaplet at master - GitHub
"HTTP doesn't send integers, Dates, or ActiveRecords as parameters, it sends strings. This little plugin will simply
throw a friendly exception if you pass a parameter with an improper value to a functional test. It will accept strings, TestUploadedFile objects, and nil for all parameters. For route parameters (used to generate the path) it will also accept ActiveRecord objects."
rails  testing  tdd  functional  tests 
august 2009 by avantbard
Elements of Testing Style
Rails testing stylistic tips from Noel Rappin at Pathfinder
rails  rubyonrails  testing  tdd 
july 2009 by avantbard
confabulus › rcov and rails
rake task to use rcov with rails
rcov  rails  tdd  testing  test  rake 
june 2009 by avantbard
webdriver
"A developer focused tool for automated testing of webapps"
webdev  javascript  testing  tdd  test  selenium 
april 2009 by avantbard
Quiet Backtrace
"Quiet Backtrace suppresses the noise in your Test::Unit backtrace. It also provides hooks for you to add additional silencers and filters." - so helpful
rails  rubyonrails  tdd  testing  backtrace  test::unit  taft  thoughtbot  plugins  gem  test  webdev 
october 2008 by avantbard
Finding unused code in Rails
1. rcov script/server 2. Click through app. 3. See what's not getting called =-)
ruby  rubyonrails  webdev  rails  testing  tdd  bdd 
january 2007 by avantbard
Ben Griffiths’ weblog » A test by any other name…
another nice test-driven development post for Ruby on Rails
rubyonrails  ruby  dev  webdev  tdd  testing 
april 2006 by avantbard

Copy this bookmark:



description:


tags: