Reputation: 61
I have a huge script with seven Thread Group. I used Conccurency Thread Group and Throughput Shaping Timer. I have two questions:
Sorry for my English.
Upvotes: 0
Views: 318
Reputation: 168072
Yes, you can.
No, you cannot, if you need to apply different throughput values to different Samplers you need to put them into different thread groups as if you put everything into one Thread Group - JMeter will apply the lowest throughput to all the requests due to its threads model nature.
If you need to pass some data between different thread groups there are 2 options:
Upvotes: 0