We have a need to set up a testing environment to test our pages output. I'm reluctant to use Selenium, because we just don't have the hardware to do it. I'm also more concerned with whether there is content on the page, than whether the page "looks" right.
From that, I'm looking to set up something command-line, that we can pass in a URL, a list of requirements, and have it respond back true/false, etc.
Does anyone have suggestions on how I might be able to go about this?
Thanks!