Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Test Standard HTML Forms

Tags:

forms

testing

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...

like image 836
Dan Rosenstark Avatar asked Jan 05 '09 22:01

Dan Rosenstark


1 Answers

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.

like image 87
Xian Avatar answered Sep 19 '22 18:09

Xian