Please enable JavaScript.
Coggle requires JavaScript to display documents.
JMETER - Coggle Diagram
JMETER
KEY TERMS
Ramp up time
Real time example
Loop
Loop count
Loop count Forever
Thread Group
Actions after sampler error
Continue
Stop
CONTROLLERS
[Add-> Logic Controller]
Module Controller
Which module to execute?
Interleave Controller
User to pick diff. inputs
Eg. Login ->Flight DEtails->Reservation - 1st user Login ->flight details 2 ->Reservation - 2nd user
Recording Controller
Runtime Controller
Simple Controller
How the Aggregate Report will look? (Separate req not combine)
Random Controller
Transaction Controller
How the aggregate report will look?
Generate Parent sample only
How the aggregate report will look?
If controller
Loop Controller
HTTP COOKIE MANAGER
[Add->Config Elements]
Why?
What?
How to get cookie from 1st req resp body and send it to second request header?
ASSERTIONS
[Add->Assertions]
Why?
Types
For XML outputs
XML Assertion
XPath Assertion
For Rest api
Use JSON Asseertion
For web request
Size Assertion
What?
Type of comparision(= < >) to size in bytes
Why do we need it?
Duration Assertion
Response Assertion
Where can u add this?
Text Response
Response Code
Response Message
Request Data
Response Headers
Request Headers
Apply to
Sub sampler
Main and sub samplers
Main sampler
HTTP Assertion
Other terms
Correlation
Run script in non-gui mode
Run jmeter --n -t Test.jmx -l C:\Results.jtl in command prompt
How to know if regular expression is correct?
Use regular expression tester
How to data drive the data in the application?
How to grab multiple variables using single regular expression?
What is the use of debug sampler?
How to add regular expression extractor?
Post Processor
(.+?) () - for particular text . . any character - 1 or more character ? Get matching set from response
LISTERNER
Types
Aggregate report
Median
90% line
Throughput
What is the benchmark for throughoput?
Error %
Std Dev
Max
Min
Average
Samples
No. of users
Graph Results
Deviation
Throughput
Average
Median
View Results tree
Can View Req, Resp.
If req are passed or not.
INTRODUCTION
Why Jmeter?
How to Record and Play in Jmeter?
Jmeter installation
Chrome
Firefox
Browser settings
Jmeter settings
What is performance testing?
Why performance testing?
Performance tools?
What is test plan in jmeter?
TIMER
Different timeers?
Why doe we need it?
What is it?
BEANSHELL SCRIPTING
What?
Why?
Script variables used in beanshell?
ctx
prev
vars
prop