The links and the notes that I listed when surfing jmeter.
So, I started my Jmeter journey watching automation step by step. I think its preety good. I'll attach all the video and the site link here. Thank you!! :D
Okay!! Lets roll out
- Start Jmeter
- Create a test plan
- Create a thread group (Users) : This means you need to add number of virtual users for the load test or performance test. They'll execute the same scenario. Here's the link which I think was the good one https://www.redline13.com/blog/2018/05/guide-jmeter-thread-groups/
- Add a sampler (HTTP): There are numbers of samplers available. By right clicking the thread groups you can add the samplers.https://www.toolsqa.com/jmeter/samplers/. I'm using Zero Web App security that I used while learning cypress http://zero.webappsecurity.com/
- Add Listeners: To view the result/report we use listeners
- Run the test