Hi,
In my test plan , i need to send Diffrent MSISDNs for each thread
but same MSISDN has to be used for all the samplers inside the thread.
ex:
ThreadGroup(50,1,1)
Simplecontroller
HttpSampler1(TEXT1)
Response assertion1
HttpSampler2(TEXT2)
Response asseriton2
HttpSampler3(TEXT3)
Response asseriton3
Httprequest defaults(MSISDN)
Now in this test plan , i want MSISDN which has been used in
sampler1 has to be used by all other samplers in a thread.
Case1 :
if i use random numer generator , it is generating two different numbers for
sampler1 and sampler2.
Case2 :
if i use CSV read fuction , it is also failing .what should i do to specify
different MSISDN to each thread
Case3 : if i add MSISDN in the sampler itself , i will be limited in
diffrent MSISDNS which i dont want.
Please help me in this regard.
-Siva