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, 2130🔥, 0💬
Popular Posts:
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...