Ask HN: Tools for automatic form testing

3 points by DanPir ↗ HN
Hi all,

I am looking for some tools to automatically testing web forms.

I specifically need to the the client side JS field validation and proper working, in addition to the final form submit.

Any idea?

4 comments

[ 3.4 ms ] story [ 15.0 ms ] thread
This is one of the use cases for CasperJS (which in turn relies on PhantomJS)
Thx everyone although the suggested tools seems more for testing automation.

What I need is something like Site24x7, Catchpoint etc. but with the ability to verify the JS validation on form fields.