View Single Post
  #3 (permalink)  
Old 10-04-2007, 07:13 PM
rodske rodske is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default 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?
Reply With Quote