The HTTP::Recorder module is a brilliant new way of writing tests for web applications -- it works as a proxy, watching how you navigate around a site and then replays the browsing session to check that everything is what you expect. Its author, Linda Julien, explains how to start writing web site test suites.