Post

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
claker
Posts: 11
Joined: Fri Feb 24, 2012 12:42 pm

Post

Post by claker »

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.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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
claker
Posts: 11
Joined: Fri Feb 24, 2012 12:42 pm

Post by claker »

Should i be using URL post request or HTTP post data?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

It depends on what kind of servers HTTP or HTTPS you are checking.
If it is HTTP, then you may use both test methods.
Post Reply