Cody Fendant has asked for the wisdom of the Perl Monks concerning the following question:
I appreciate the Perl culture of testing. But how do you do tests when your code runs a website?
I can't test every page of a website after I make a change to the underlying code, and anyway the code is complex, there are ads being served, some of the page is random, for variety, and the HTML guy might be working on the template at the same time.
Do people make special tests which return simpler values than whole pages? Or does website testing always require human QA testers clicking through pages in a browser?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Testing for websites?
by chromatic (Archbishop) on Sep 17, 2012 at 03:47 UTC | |
Re: Testing for websites?
by rjt (Curate) on Sep 17, 2012 at 03:40 UTC | |
Re: Testing for websites?
by McDarren (Abbot) on Sep 17, 2012 at 03:37 UTC |