On 3 February 2012 14:24, testerinCO <[email protected]> wrote: > Hello > > I need some help. > I have an HTTP call that returns a list of products for a user. The > returned list of products may very from user to user. > > Here is the string returned by the HTTP call: > > ["[com:product:location:store]:ABC12345","[com:product:location:store_product]:10000000099","[com:product:location:store_product]:10000000199","[com:product:location:store_product]:10000000150"] > > The product parameters list could be one product, it could be 20 products. > "[com:product:location:store_product]:10000000150"] > > The subsequent HTTP call has to include the entire list. > > Can somebody give me an example of a function (if jmeter has one) that would > concatenate the strings based on the list returned.
What format should the output be? For example, given the 2 above inputs, what do you need to provide in the next 2 requests? Without specific details, it's impossible to suggest what to try. > Thank you > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Concatenate-variable-list-returned-in-HTTP-GET-tp5453990p5453990.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
