Unit Testing, Agile Development, Leadership & .NET - By Roy Osherove
Speaking of Web Tests...
You have an annoying javascript error on your webpage. Looks like its something from Google.
Its in this function. The input paramater c appears to be undefined, therfore .toLowerCase does not work.
function E(c){c=c.toLowerCase();
Thanks