I'm sorry of this seems a silly question, but I have to ask it - seaching for an answer generates a lot of inappropiate results, and I don't know where to start.

Basically I have a small Perl CGI application that dynamically generates lots of web pages, a light-weight XSLT-like templating framework, not dissimilar to AxKit, only it's a lot smaller and simpler. We are a small organisation, and there are only a handful of people involed in the web project - though more will contribute content one we have demonstrated that we can manage it all.

I have it running on a NT and Linux box using Apache and Apache/mod_Perl, and it has the functionality I want, and no defects as far as I can see. We're intranet based, so though I think it's securly designed, I know it's not going to be used in a very hostile environment.

I previously asked How to write documentation?, and at the moment, I'm working through that to make sure I have some, but now I need to test the application in anger, and get feedback. As far as I can figure out, the only way to do that is get users to test it. I need to know:

My questions are, how do I do this? and what else do I need to find out? Obviously I ask people to use it, but how do I get meaningful comments back from them? What works?

The development team is small (just me), so I don't have a lot of people to ask for a code review, what red flags should I look out for?

I'm sure that there are lots of things that need fixing, but until I find out about them they are hard to fix...

As ever, many thanks in advance for any suggestions, however small.


In reply to 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.