Unique Identifiers for Test Samples?

2009-07-17 Thread S.D.
Hello. I have a group of http request samplers. I would like to mark each sample in the group with a unique identifer. I have three different http request samples. I would like the label for the sample to be like below and have the guid be the same for each one. Thread Group

Re: Unique Identifiers for Test Samples?

2009-07-17 Thread Deepak Shetty
I use Jmeter User Parameters with Update once per iteration to achieve something similar. You can also use BSH and vars to set the variable and only update it whenever you want (each thread would have its own value ) regards deepak On Fri, Jul 17, 2009 at 12:18 PM, S.D. sidd.da...@gmail.com