i
Introduction To Apache JMeter
Apache JMeter Explained
Apache JMeter Working
Apache JMeter Knowledge Required
Apache JMeter Environment Setup
Apache JMeter Download And Install
Apache JMeter on Windows/LINUX
Apache JMeter Run
Thread Group
Ramp-Up Period
Loop Count
Scheduling Test in Jmeter
Samplers in JMeter
Pre-Processor
Post-Processor
Listeners
Assertions
Logical Controllers
Timers
HTTP Request Sampler
Active Threads Over Time
Transactions Per Second
Hits Per Second
Aggregate Graph
Bytes Throughput Over Time
Connect Times Over Time
Response Latencies Over Time
Response Code Per Second
Response Time Graph
Recording Controller
HTTP(S) Test Script Recorder
Configure Firefox To Use JMeter Proxy
Generate HTML Report With JMeter In Non GUI Mode
BeanShell Assertion
BSF Assertion
Compare Assertion
Duration Assertion
HTML Assertion
XML Assertion
XPath Assertion
Response Assertion
Size Assertion
Logic Controller
Recording Controller
Simple Controller
Loop Controller
Random Controller
Module Controller
Interleave Controller
Runtime Controller
Transaction Controller
Creating AWS Instances
Creating Docker-Containers
Port Mapping
java.rmi.server.hostname Property
Dockerfile for JMeter Client / Master
Dockerfile for JMeter Server / Slave
Loop Controller
Loop Controller creates the user request run a specified number of times or run forever as shown in the figure
Loop Controller Example:-
The Loop Controller creates samplers run as the number of times, in addition to the loop value you specified for the Thread Group.
Step 1) Configuring Thread Group
We re-use Step 1, 2 in tutorial JMeter Performance Testing
Step 2) Configuring Loop Controller:-
It will make the one user request to the webserver abc.com run it 50 times; also the loop value =2, you specified for the Thread Group above.
Right click in Loop Controller, Add -> Sampler -> HTTP request
Step 3) Add View Results in Table :-
Add View Results in Table
Step 4) Run your Test:-
JMeter simulates one user request, which was sent 100 times, to the webserver http://www.abc.com/.
Don't miss out!