[Kc] Testing Forms

djgoku djgoku at gmail.com
Wed Jan 12 09:25:01 PST 2011


On Wed, Jan 12, 2011 at 11:03 AM, David Nicol <davidnicol at gmail.com> wrote:
> what's Dancer?

Web framework similar to Sinatra but in perl.

http://perldancer.org/

> for simple web page testing, using curl or wget to fetch the page to
> standard output and piping that through grep often is sufficient and
> easier to set up than something more purpose-built.

Well I want something automated since I will have at least two other forms.

> On Wed, Jan 12, 2011 at 10:48 AM, djgoku <djgoku at gmail.com> wrote:
>> I thought I would ask here also. I am trying to tests some simple web
>> forms, but not sure what all needs to be tested. I can see at least 2
>> test cases. The form is submitted and a field isn't valid; The form is
>> submitted and is valid and user is redirect; I have been looking at
>> Test::WWW::Mechanize (submit_form_ok()), Test::WWW::Selenium and
>> Selenium IDE, but I am not sure the best way of testing all cases.
>>
>> http://www.backup-manager.org/pipermail/dancer-users/2011-January/000814.html
>>
>> Jonathan
>> _______________________________________________
>> kc mailing list
>> kc at pm.org
>> http://mail.pm.org/mailman/listinfo/kc
>>
>
>
>
> --
> “The aeroplane is fatally defective. It is merely a toy—a sporting
> play-thing.  It can never become commercially practical." -- Nikola
> Tesla
> _______________________________________________
> kc mailing list
> kc at pm.org
> http://mail.pm.org/mailman/listinfo/kc


More information about the kc mailing list