load testing - JMeter: run a single Thread Group with dynamically generated Number of Threads (users) -


i have several thread groups in test plan, same exception of number of threads, keeps incrementing tg tg. whenever have change single thing, it's nightmare have go each , every 1 of them make same change.

is there way make 1 single thread group run several times different number of threads generated dynamically, , have each sample inside on single row of summary report listener (for example)?

thanks.

put samplers inside transactioncontroller or simplecontroller in first thread group use modulecontroller in other thread groups referencing first one.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -