Search
Tags
Archives
- April 2010
- January 2010
- November 2009
- January 2009
- May 2008
- February 2008
- November 2007
- October 2007
Syndication
You are currently browsing the bitmechanic weblog archives for January, 2009.
In praise of scrumy
For the last month we’ve been using a new web based task board called scrumy. So far my opinion is that it’s the best solution I’ve seen for managing distributed agile dev teams.
Continuous Integration for QUnit tests
In my last blog entry I wrote about how to unit test Javascript using QUnit. I this entry I’ll explain how to run those tests on your continuous integration server using JUnit and HTMLUnit.
TDD in Javascript with QUnit
These days you’d be hard pressed to find a web application that isn’t using JQuery, Prototype, or YUI. Over the last few months I’ve had several conversations with fellow developers about how to test applications using these frameworks.
Fortunately each of these frameworks includes a unit test runner. In this article I dive into QUnit, the test harness for JQuery based web applications.