Collections:
Run My First JMeter Load Test
How to Run my First Load Test with JMeter?
✍: FYIcenter.com
You can follow this tutorial to run your first JMeter load test.
1. Start JMeter on your computer and open "\fyicenter\First-Load-Test.jmx".
2. Right-click on the "Facebook Login Test Plan", and select "Add > Listener > View Result in Table". You see the "View Result in Table" settings screen.
3. Click "File > Save Test Plan As" menu and save it as "\fyicenter\First-Load-Test-2.jmx".
4. Click "Run > Start" menu to run the test. You see test results are displayed as each sampler gets executed by each user on the "View Result in Table" screen.
As you can see, all 10 users started within 1 second to time running the first sampler "Facebook". Then they continue to run the second sampler "Google". After that they will repeat the first sampler again, and so on.
The picture below shows you how to run your first JMeter load test and view execution result of each sampler for each users:
2017-11-18, 2020🔥, 0💬
Popular Posts:
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to call JMeter command in a Windows batch file? I want to create a single batch job to run JMete...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...