Thank you for the tutorial. I tried this with the server name pointing to localhost but even though I have loop count set to 100 on the thread group, it stops after 1 request is run. Any idea why?
Sir, where should we place the cache and cookie manager in the test plan? Is it above thread groups Or Within each thread group Or Each Request level, as you have used.
GitHub Repo: github.com/QAInsights/Learn-JMeter-Series/
Thank you for the tutorial. I tried this with the server name pointing to localhost but even though I have loop count set to 100 on the thread group, it stops after 1 request is run. Any idea why?
Hi, I have one basic question. Is this element only for UI testing or we can also use for API & DB load testing too
need to use for API..i think don't need to use for DB related testing...
Sir, where should we place the cache and cookie manager in the test plan?
Is it above thread groups
Or
Within each thread group
Or
Each Request level, as you have used.
As a best practice.
@@punituniyal I would place at Thread Group, if my test plan has one TG, then at the Test Plan.
@@QAInsights thanks sir.
Your videos help and You are doing great job.
God bless you always. 🙏🙏
@@QAInsights what if you have many thread groups and u should get js css files from cache manager....?
@@monikaselva6699 Each thread is independent. you can keep the cache manager at the test plan level.
How to use cache in post method?