Note: The author of this node is petdance, who doesn't want to hear any squawking about karma whoring.

I'm looking for ways to automatically test a website. I'm a big fan of the idea of daily smoke testing one's software, and websites should be no different.

I've got a website that is entirely database-driven, and seems (to me) like it would be a giant pain to do any amount of real testing on it. Lord knows there are enough link checkers out there, but we're talking about a tool that would have to track sessions, make transactions, etc. I've thought about rolling my own, but I'm interested in what tools might be out there already. Any suggestions?

As an aside, the site is done in PHP, but that shouldn't affect things, because I want all tests to go thru the web server, and the testing tool shouldn't care.


In reply to Automated website testing tools by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.