I am developing a JMeter Script according to the below requirement
Total Http Requests - 24, Total Http Request/min - 12, Test Duration 2min, Waiting time between requests per minute : 60min/12req = 5sec .
In my scenario totally 3 transactions are happening
- Add Document (20% of Total Requests)
- Add Document (80% of Total Requests)
- Update Documents (100% of Total Requests)
Below are the Thread Groups and Controllers that I have used
Ultimate Thread Group Ultimate Thread Group
(2) Throughput Controllers to distribute the load in Percent[20% and 80% of total 24 requests] [Throughput Controllers]2
Transaction Controller to Update Document
Constant Timers for Each HTTP Request to wait between the requests (Constant timers have been given 5000ms of wait time)
(3) Constant Throughput Controllers to limit the number of requests per minute. Requests per minutes are mentioned as below (1st - 3req, 2nd - 9 req, 3rd - 12req -----> Total 24 Requests per 2 minutes)
But my problem is, I cannot get the Throughput as I have mentioned above
Below is my developed script