FORM data I have a web site that I am required to test, that responds to form POST(as opposed to GET / querystring parameter) data. Immediately after a web form is posted, a page is presented (only after form post) that I am required to validated (data content of a web control) for specific content.
BTW: Any ideas on how would you automatedly test client-side form validation? |