Please enable JavaScript.
Coggle requires JavaScript to display documents.
Jmeter - Coggle Diagram
Jmeter
Installing
Apache JMeter
Install Java
Jmeter test plan
Test plan consists of all actions and components you need to execute your peformance test script
What is Record and Play back
Record
Test go and perform actions in browser
Example page for practicing:
blazedemo.com
In JMeter
Right click > Add > Non-Test Elements > HTTP(s) Test Script Recoder
Config specific port: Global Settings > Port
Config recored file location: Testplan creation > Target controller
Firefox browser
Using proxy, config port and iimport Jmeter certificate
Recording with Chrome using BlazeMeter plugin
Record by BlazeMeter plugin and export file with extension .jmx
Load file .jmx to Jmeter
Put load on the User flow
Thread group in Jmeter
Thread Group
A thread group is a set of threads/users executing the same scanerio
Plugin for simulating real time load
To set Advanced load configuration
Jmeter Plugin manager
HTTP Cookie Manager
Assertion
Right click on request and choose Assertion type
Response Assertion
Text Response
Response Code
Size Assertion
Duration Assertion
Controllers
Transaction Controller and Simple Controller
Interleave Controller