What are some good resources for test-driven development for web apps?
February 16, 2010 8:11 AM   Subscribe

What are some good resources (books, websites, etc.) about doing test-driven development and unit testing for web applications?

I recently finished reading a book about TDD, and with the things I've been hearing about it and unit testing from developer friends of mine, I want to start trying it out with some of my projects. However, nearly all of my coding is for web applications, which seems to complicate things.

I know there's 'FireUnit' (a unit-testing extension for Firebug) that might help with tests for the client-side JavaScript, but documentation and examples seem somewhat sparse.

What books, websites, or other resources have good coverage of doing test-driven development/unit testing for web applications?
posted by Godbert to Computers & Internet (2 answers total) 6 users marked this as a favorite
 
When my hacker mate turned me onto TDD, he sent me these:

Wikipedia
The Three Rules of TDD
Principles of OOD
Three Rivers Institute
Pivotal Tracker

Some apply only tangentially, mind you.
Good luck, it's a fascinating subject.
posted by Cobalt at 8:24 PM on February 16, 2010


Not really an answer to your question as it is just a tool and doesn't specifically cover the how-to of TDD, yet for automated testing of webapps, I've found Selenium IDE to be rather good.
posted by Glow Bucket at 1:13 AM on February 17, 2010


« Older How can I recover from a totally disorganized...   |   Please help me come up with an appropriate gift... Newer »
This thread is closed to new comments.