-1

I want to create 80 thread groups on Jmeter test plan, 1 thread group for 1 user. Can somebody help me with an easy way to achieve this? I'm using jmeter for the first time and the only way i know is to copy a thread group and rename after pasting

Klk87
  • 1
  • Why you need it? What is your use case? You can change 1 thread group to loop 80 times or execute 80 users – Ori Marko Dec 27 '17 at 11:45

1 Answers1

-1

Duplicating code is not the best idea, consider using Module Controller or Include Controller instead, this way you will be able to call a Test Fragment as many times as required.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133