Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posted
22 July 2005 @ 12am

Tagged
Agile, Java, Meta, TDD

Discuss

Web testing and validation

There has to be a tool or script out there that can do the following, given the root of your web app:

  • validate XHTML according to the doctype
  • validate CSS
  • validate Javascript syntax
  • check all links to ensure they return an OK status code (recursively if desired)

I know there are plenty of ways to do each of these steps with different tools, but hasn’t someone put together a nice open source script that can do all these things in your automated builds? This seems like such a basic test to get in place at the start of any web project, yet I couldn’t turn up anything with google or at sourceforge.


No Comments Yet


There are no comments yet. You could be the first!

Leave a Comment

Rails beta book and agile book publishing You know your cache is slowing development when…