Skip to main content

Posts

Showing posts with the label JMeter - Beginner's Tutorial

JMeter - Beginner's Tutorial

This is a basic tutorial explains how to start with JMeter and how to use for basic load testing. Also it covers a flow which is mostly used across industries. You can get lot of clear help here. JMeter Help JMeter supports HTTP, HTTPS, FTP, SOAP and LDAP and it can be Integrated with selenium to do extensive use. Here are the flow to start your Load Testing. Creating Tests: 1. First, Add Proxy (Under Workbench >> Non-Test Elements). This Proxy only acts as a recorder. So don't forget to start the proxy before recording. Also after finished recording, stop the Proxy. 2. Add Controller. (Under Workbench >> Logic Controllers >> Simple Controller). This Controller is nothing but a container(mainly used for grouping). Inside a controller you can have your requests. ie. Transactions 3. Now record your transaction and drag it under your controller. 4. Add ThreadGroup (Under TestPlan) and group the recorded requests(or controllers) under thread group. Its f...