Tag «learn jmeter»
JMeter Beginner Tutorial 22 – How to test File Upload
JMeter Beginner Tutorial 21 – How to use Test Script Recorder
JMeter Beginner Tutorial 20 – How to use TEMPLATES
Notes: Today we will learn : 1. What are JMeter Templates 2. How to use Templates 3. How to create your own Template ____________________________________________ 1 What are JMeter Templates Reusable project scripts User can select any template and it will generate a Test Plan with basic and necessary components ____________________________________________ 2 How to use Templates …
JMeter Beginner Tutorial 19 – Correlation (with Regular Expression Extractor)
Notes: Today we will learn: —————————— What is Correlation Why is it required How to use Regular Expression Extractor Step 1 : Create a Test Plan where you want to do dynamic referencing in JMeter Step 2 : Add Regular Expression Extractor in the Step from where response value(s) needs to be extracted Step 3 …
JMeter Beginner Tutorial 18 – How to run Scheduled + Sequential execution
Notes: Today we will learn: ——————————— HOW TO RUN A TEST FOR SPECIFIC DURATION Thread Group – Forever – Scheduler – Duration HOW TO RUN PERFORMANCE TEST SEQUENTIALLY Test Plan – Run Thread Group Consecutively HOW TO ADD WEBSITES SEQUENTIALLY TO A PERFORMANCE TEST Thread Group – Forever – Scheduler – Duration + Startup Delay …
JMeter Beginner Tutorial 17 – How to parameterise FTP test
JMeter Beginner Tutorial 16 – TIMERS (How to add Think Time)
Notes: Purpose – to pause thread (v.user) for some time – to add delay between threads – to avoid over flooding the server and achieve real time behaviour by pacing the load (to simulate v. user’s THINK TIME) Constant Timer Uniform Random Timer Random Delay Max Constant Delay Offset formula: 0.X * Random Delay Max …
JMeter Beginner Tutorial 14 – Functions and Variables
Notes: functions : any method that can populate a field in any other element of a test plan syntax : ${__functionName} ${__functionName(var1, var2, …..)} variable : container that can store a value which can be referenced by any other element within the thread. (local to a thread) syntax : ${variableName} function – caseSensitive | camelCasing …
JMeter Beginner Tutorial 12 – How to use Plugin Manager
Notes: Manage Plugins – Quick & Easy —————————————————— Install new plugins Remove old plugins Upgrade existing plugins Information on plugins Step 1 Download jmeter plugin manager jar and add to jmeter/lib/ext folder (Restart Jmeter) Step 2 Find Plugin Manager under options Menu JMeter Beginner Playlist : https://www.youtube.com/playlist?list… JMeter Intermediate Playlist : https://www.youtube.com/playlist?list… JMeter Advanced …