ajt,

You have two different type of testing needs listed in your request for help. The first type of testing method is usability testing. The second type is sytematic.

Usability testing is performed by users. In the classes that I took, we constructed web pages out of construction paper and asked users to physically push buttons, fill in text, etc.. after they were given a specific task to perform. This allowed us a gauge on what the user perceived the functionality of the web site was. It also allowed us to ask them questions afterwards. If you get to ask people to use the application, ask them to perform a specific task. (Log on to the application and change your password) While they perform this task sit in the background and watch what they do. If they complete it successfully, ask them to rate it on a scale with the parameter that you are looking for. If they don't complete the task, find out exactly what stopped them from completing it.

Systematic testing is testing the system. Since you know how to use Perl, construct an app that makes demands on the system. Fetch a ton of database material while generating a bazillion web pages.......

I hope that this has helped, since that is my intention.

Good Luck,
fmogavero


In reply to Re: How do I test a CGI program properly? by fmogavero
in thread How do I test a CGI program properly? by ajt

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.