Hello,

Lately I've been using the excellent WWW::Mechanize module a good deal
to test web applications. As I've done this, I've noticed a number of
the same patterns coming up as I'm testing web-based forms. 

I'm wondering if there are any known modules out there for testing
forms represented as HTML::Form objects, or interest in helping create
such a module.

Here are the test shortcuts I'm interested in so far:

- found form named 'FOO' 
        # Important to know you are testing the right form!

- form contains exactly these fields

- form contains at least these fields

Additionally, I could see shortcuts for randomly or methodically selecting
possible value combinations from selection lists, possibly with a focus on
testing the edge cases, such as the first and last items in the group.

        Mark

-- 
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark Stosberg            Principal Developer  
   [EMAIL PROTECTED]     Summersault, LLC     
   765-939-9301 ext 202     database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .

Reply via email to