you normally need one of the post processors(Regex / XPATH) to extract out the data you want to post (assuming it is data that your application sends and not data that you enter) and use the variables that you set in the post processor in the next request.
If these are parameters you have entered yourself , then assuming you stored it in variables or user parameters or CSV then you could directly specify them in the next request (without any need of Post processors) regards deepak On Mon, Feb 22, 2010 at 2:25 AM, gentrobot <[email protected]> wrote: > > Hi ! > > I am quite new to JMeter testing. I would like to know how to perform > testing in the following scenario: > > I have to test a website. I have a form on one page, which when clicked > leads to another page with previous and some additional fields. I have > specified the URL as form action and passed the parameters. Now, on the > second page, I need the parameters passed from the previous page and in > addition to that, a few more fields need to be set and then the form is to > be submitted. > -- > View this message in context: > http://old.nabble.com/Testing-a-web-application-for-multiple-HTTP-requests-tp27685243p27685243.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

