What are some good resources for test-driven development for web apps?
February 16, 2010 8:11 AM
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?
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?
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
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.
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