Is there a way to generate random parameter values in jMeter http request sampler or any other sampler?
Is there a way to generate random parameter values in jMeter http request sampler
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In JMeter, you can use
countersto generate parameter values. Add yourcounterto the top of your test plan and chooseinitial,incrementandmaximumvalues. It will start counting automatically.counteris inPre Processorsmenu. You can use the counter values in HTTP samplers by usingreference name. i.e. let’s say your reference name isref_counterthen you can call its values in HTTP samplers with${ref_counter}.