Hi
Variables are referenced as ${id} - your example shows {id}
Also put a Debug Sampler and add a view results tree listener - you should
be able to see if you are reading your CSV correctly - if not then check
jmeter.log - there is probably an errorOn Tue, Feb 23, 2016 at 2:45 PM, Meenakshi Sharma <[email protected]> wrote: > Hi, > > I am trying to create load tests. The url looks like this: > http://test.com/items/1/data > > I want to dynamically create item id (1,2,3..) so that it creates new path > by changing item id. > > I tried using CSV Data Set config and added 'id' as variable. > Also added 'id' as parameter in HTTP request which is wrong as it is > leading to following path: > http://test.com/items/{id}/data?id={id} > > Could someone point out what should I try. > > Thanks, > Meena >
