Hi list,

I want to use JMeter to submit a form with has the default values already filled in; in this case it should be sufficient to press the 'submit' button, but I don't know what the JMeter equivalent of that action is.
What I can think of is a difficult way:

- a http request sampler to GET request the form
- regular expression extractor to extract the values of the form fields
- a http request sampler to POST the form with the extracted values

Can someone please suggest an easier way for handling pages with forms?

Regards,
John


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to