Different inputs for each occurence | JMeter Forum
D
Deeptha Posted on 18/06/2020

Hello..
I have a Json payload where I need to parameterize a field and values should be unique for each occurance..

Like accountnum is a parameter
Will call this parameter two times in a one request.. Each time it should take unique value..

I have 100 account numbers and placed those with the help of csv data config element..
But it is taking Same account number for two fields..

I need unique accnum for each occurrence


A
Abhishek Puri Replied on 03/07/2020

Please use different variables to pass the data. If you use the same variable at both places, you'll end up having the same data.


Related Posts