Software Testing

Articles on Software Testing

  1. Using QUnit with CoffeeScript

    QUnit is a unit testing framework for JavaScript, from the jQuery project. Earlier this week I wrote about how I chose it over Jasmine for my current project. This article explains how I setup QUnit to test my CoffeeScript, along with the Sinon mocking/stubbing library.

    Continue reading