Scenario:
Do you have the following scenario to execute by Jmeter and not able to find the solution?
Having HTTP Request / REST Request in a test plan, required to execute the test for 1 hour duration without bothering repetition , and to
- Find the application robustness and consistency to bear max load?
- Find no. of requests application can handle for the specified duration?
and you would have
- tried giving in scheduler but not worked as it executes for the number of threads specified In thread group.
- tried giving in Duration but not worked. So what is next?
Solution:
- Check ‘Forever’ check box in Thread group
- Give Duration as ‘3600’ in Scheduler section of Thread Group
Enjoy Testing