Web FrontEnd Standards Validation Tests

| | bookmark | email | 3 comments

A few weeks ago I have posted a couple of links to tools to help with testing web apps inside the browser and now I wanted to share another resource meant to help web developers tests their apps.

The project released by Neil Crosby and introduced as Frontend Test Suite is imo more about about validating the various aspects of the front end layer (HTML, CSS, JS) against the standards and not application testing. Anyways it can become part of your automated continuous test suite.

Below is the slide deck of Neil's Automated Frontend Testing:

While I have been validating from time to time some of my web apps, I must confess that such testing has never been part of any of the test suites. Have you used it in any of your projects?