Re: Can UDV be thread specific

2022-09-06 Thread Dmitri T
I don't know what do you mean by "threads", but according to documentation (however who ever bothers reading it) 1. The User Defined Variables element lets you define an initial set of variables, just as

Can UDV be thread specific

2022-09-06 Thread Tong Sun
Hi, I put 2 UDVs *inside *2 threads, but when I execute, I found my 1st thread is taking the 2nd UDV's value. Can UDV be thread specific, or is it always global?

Re: include controller: name by variable possible?

2022-09-06 Thread Dmitri T
Neither variable nor property is supported there as of JMeter 5.5 The only way I can think of is either using an editor like sed on the .jmx script