I am reading up on html link parser but need some clarification. How can I do the following?
I have n http requests for adding to cart using a loop. >From the last add to cart response, there is a html form for the next link: ordercheckout The ordercheckout is a http post with a variable amount of params. Eg http://myhost/ordercheckout?orderid=123&orderitem_1=..&orderitem_2=.. How can I setup the parms for the ordercheckout such that it has all the name value pairs from the last add to cart? html link parser can fill in values but you have supply all the names. In my scenario, there's a variable amount of nvps. Is there some kind of form extractor which nvps can automatically be placed into the params for a http request? -- View this message in context: http://www.nabble.com/Extracting-form-nvps-for-http-request-parameters-tf3806439.html#a10772367 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

