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, 2860🔥, 0💬
Popular Posts:
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...