vote up 4 vote down star
1

What tools are best for lightweight testing of HTML forms? My particular use is very light: no multithreading issues nor elaborate test scripts: just fill in a form with particular values and let me click submit.

A Firefox plugin would be fine...

flag

63% accept rate

3 Answers

vote up 5 vote down check

Have you looked at Selenium IDE or does this not fit the light weightness?

It is a Firefox plugin and although it does use scripts, it can record and playback with little effort.

link|flag
Not sure, but I´ll give it a look. Thanks! – yar Jan 5 '09 at 22:14
Yeah I think it may be a good fit, it can be light weight if you use it simply through firefox, yet can be expanded later to be as hard core as you want. Good luck – Xian Jan 6 '09 at 20:44
vote up 2 vote down

Try Autofill Forms for Firefox. Customizable and promises to fill every form with one click :-).

link|flag
I th ink Autofill forms only works for standard forms with standard fields. I'm trying to test stuff that's in development. – yar Jan 5 '09 at 22:17
vote up 0 vote down

you can try Selenium IDE ................

Follow the white rabbit : http://seleniumhq.org/

link|flag
Thanks but I'm pretty sure we have that answer already. You can vote it up, though... – yar Jan 7 '09 at 18:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.