February 2010
2 posts
Testing Javascript: Too Easy Not To Do It
As web applications become more common, more and more code is written in javascript. Automated testing and Test-Driving the server-side code is well-accepted, but testing javascript is still a bit of a mystery to a lot of people.
In this 1-day tutorial, we will build a browser-based application in javascript using a test-driven development (TDD) approach. We will use the popular JQuery javascript...
RSpec: from 0 to Rails
This one-day course will focus on using TDD to develop a Ruby on Rails application with RSpec. We will start the day with “rails init” and end with a fully functioning application. We will highlight the basics of using TDD to drive out the design of your system while creating executable component documentation and a suite of regression tests. Along the way, we will cover topics...