Hi I assume you mean Req1 = /link1 Req2=/link1/link2 Req3=/link1/link2/link3 ? OR do you just want the values to change based on the CSV file?
regards deepak On Mon, Aug 23, 2010 at 8:14 PM, piranha <[email protected]> wrote: > > Using JMeter, can anyone let me know the procedure to add the values from a > file to the end of a URL. > > i.e., if there are 10 values in csv file, my HTTP Request should run 10 > times, adding new value to the relative URL path. > > For Ex : > > If the values in the csv file are : llink1, link2, link3 ..... > > corresponding URLs should be : > > HTTP Request Default : http://myurl.com > HTTP Requests: > > /link1 > /link2 > /link3 ..... > > Please help me out. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-add-multiple-values-from-a-file-to-the-end-of-a-URL-tp2649677p2649677.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] > >

