Hi Deepak, Prakash, Thanks a lot for your help. Both CSV Data Set config and ctx.getThreadNum solved my problem. I am new to JMeter and finding this small piece of info in vast documentation was difficult.
Thanks! On Thu, Mar 3, 2016 at 6:30 AM, Prakash Palnati <prakash.paln...@snapwiz.com > wrote: > You can use ctx.getThreadNum which will return the current thread number > and use that variable to differentiate which image to point/download. > > -Prakash > On 03-Mar-2016 1:40 am, "Sheetal Jharia Baru" <sheeta...@gmail.com> wrote: > > > I am using OS Sampler to execute a shell script on my local ubuntu > system. > > This script in turn downloads a image from remote repository. As > expected , > > when the script is run multiple times, same image is downloaded. Is > there a > > way that each thread can download a different image (can image become > some > > sort of variable and I can give different image name via this variable to > > each thread ? > > Any help is appreciated. > > Thanks ! > > >