http://www.perlmonks.org?node_id=993956


in reply to Testing for websites?

But how do you do tests when your code runs a website?

I know what output I expect, and I test for that.

(See Simplified HTML Testing with Mojo::DOM and Mech for an example.)

I can't test every page of a website after I make a change to the underlying code....

If you have code to generate every page, you can test every page.