How can I use jmeter to simulate parallel tests with different constant amount of request per min
I am working on a project and one of the things I have to do is to test the API.
So they give me 5 different Endpoints to test.
Each one has its own request per seconds which has to be sent.
Example
/endpoint1
has to be tested for one minute and the amount of requests has to be 250 in total.
It will be separated throughout the one minute randomly.
/endpoint2
has to be tested for one minute and the amount of requests has to be 159 in total.
It will be separated throughout the one minute randomly.
Etc.
I hope you got what I mean.
At the end I have to end up with a graph showing each of those requests and how they preformed.
All of that requests have to run in parallel.
How can i use jmeter to simulte parallel tests with different constant amount of request per min
So iam working on a project and one of the things i have to do is to test the API
So they give me 5 different Endpoints to test
each one has it is own request per seconds which has to be sent
example
/endpoint1 has to be tests for 1 min and the amount of requests have to be 250 in total
it will be sperated throught the 1 min randomly
/endpoint2 has to be tests for 1 min and the amount of requests have to be 159 in total
it will be sperated throught the 1 min randomly
…etc
I hope you got what i mean
at the end i have to end up with a graph showing each of those request and how they preformed
all of that requests have to run parallel