Collections:
Create My First JMeter Test
How to Create my First Test with JMeter? I have just installed JMeter on my computer.
✍: FYIcenter.com
You can follow this tutorial to create your first JMeter test.
1. Start JMeter on your computer.
2. Right-click on "Test Plan" in left panel and select "Add > Threads (Users) > Thread Group". You see a new "Thread Group" is added.
3. Right-click on "Thread Group" in the left panel and select "Add > Sampler > HTTP Request". You see a new "HTTP Request" is added.
4. Enter "dev.fyicenter.com" in the "Server Name or IP" field.
5. Click "File > Save Test Plan As" menu and save it as "\fyicenter\First-Test.jmx".
The picture below shows you how to create your first JMeter test:
2017-11-18, ∼3016🔥, 0💬
Popular Posts:
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...
How to generate user full names? Test user names are frequently needed in testing applications that ...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...