I went to a seminar with agile development guru Robert Martin today, and one of the things he talked about was automated acceptance tests. He briefly showed a URL to the Fitnesse acceptance test framework by Ward Cunningham, and after reading their introduction and running(!) their examples my reaction was: Oooh! Shiny! Me want for Perl!

Fitnesse is a wiki built atop Fit, which creates test cases from HTML input. The wiki interface allows non-technical users to edit these input/output tables, and by interspersing these tables with a descriptive story (in XP/agile parlance) you get an executable requirements specification. Written by the user. Sounds like Utopia.

So I google for a Perl implementation, and end up with one in Python. Have I missed something? If not, I seem to have found myself an itch, perhaps this time I will finally get around to writing some CPAN code myself.

edit: Shoddy googling on my part, sorry. in addition to dragonchild's link, I will dig into Brian Ingerson's Test::FIT

pernod
--
Mischief. Mayhem. Soap.


In reply to How do I get good acceptance tests? by pernod

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.