Good afternoon,
I have a site that I would like to test which has form data that needs to be populated.
*first name
*last name
*email address
*zip code
-------click to go to next step...
Which test method would help me achieve desire results?
I tried to test it with HTTP Post Request but no go...I used firebug to gather source code.
Am I going down the right road here or is there another method?
Thanks in advance.
Post
So you want to fill up the form, click the button and check some results on the following page?
Then yes, for begining you should check source code of that 1st web page, check field names, check what method is used (POST or GET), then create URL with necessary data for UTL or HTTP test method.
Regards
Alex
Then yes, for begining you should check source code of that 1st web page, check field names, check what method is used (POST or GET), then create URL with necessary data for UTL or HTTP test method.
Regards
Alex
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: