This post originated from an RSS feed registered with Java Buzz
by Andrej Koelewijn.
Original Post: Unit tests to validate html?
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
I've recently created a number of unit tests using jwebunit. Jwebunit is a great framework which allows you to easily test your html pages. Does anybody know if there's a simple way to validate the html pages loaded using jwebunit? I first thought i could use jtidy, but jwebunit doesn't use jtidy anymore, so i'd have to manually add it. Is jtidy good enough for validating html pages?