Am Freitag, den 01.05.2020, 19:58 +1000 schrieb Skyom: > Hi All, > I have 5 different get request and those 5 get requests, > I want to execute with different no of users in one go > say, > Request1-50 > Request1-40 > Request1-60 > Request1-90 > Request1-60 > Ho can we achieve it in jmeter
I have not understood, what you want to achieve. Did you mean to have five different request (samplers) named Request1 to Request5 and have different number of threads for each of those requests? Say Request1 should be done with a concurrency set to 50, Request2 with a concurrency of 40, ...? In the latter case, you might want to try out placing five Thread Group Controllers in your testplan with the number of threads set to 50, 40, ... and adding the Requests each to its own Thread Group. You would end up with Test Plan - Thread Group1 (threads: 50) - Request1 - Thread Group2 (threads: 40) - Request2 ... Felix > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
