Tag «jmeter basics»
JMeter Intermediate Tutorial 6 – How to get real time results in non GUI run
Notes: Today we will learn: How to generate real time results from a non gui test run Using JMeter Summariser Using Console Status Logger JMeter Summariser Step 1 : Goto jmeter.properties – edit summariser section – save Step 2 : Run non-gui test again and validate Console Status Logger Step 1 : Download Console Status …
JMeter Intermediate Tutorial 5 – How to view results from non GUI test
JMeter Intermediate Tutorial 4 – How to generate Graphical results
Notes: Today we will learn: 1. Download and set Graphs Generator Listener 2. Create a HTTP Test Plan 3. Generate following graphs – No of Hits vs Time – Response Time vs Time 4 UI and CommandLine execution Step 1 Download JMeter Graphs Generator Listener Plugin https://jmeter-plugins.org/?search=jpgc-ggl : Download JMeter Command Line graphs plugin https://jmeter-plugins.org/?search=jpgc-cmd …
JMeter Intermediate Tutorial 3 – How to read Emails with Jmeter
Notes: Today we will learn ——————————— 1. How to read emails with Jmeter – Mail Reader Sampler Step 1 Add javamail jar to jmeter – lib folder – restart https://java.net/projects/javamail/pages/Home Step 2 TestPlan – ThreadGroup – Mail Reader Sampler Step 3 Add data to sampler – add listeners to view results Step 4 Run and …
JMeter Intermediate Tutorial 2 – How to send Emails with Jmeter SMTP Sampler
Notes: Today we will learn: 1. How to load test email server 2. Configure SMTP sampler to send email Step 1 Download javamail jar and put in jmeter lib folder – restart jmeter https://java.net/projects/javamail/pages/Home Step 2 Create TestPlan – add ThreadGroup – add Sampler SMTP Step 3 Add data in sampler smtp.googlemail.com / smtp.gmail.com 587 …
JMeter Beginner Tutorial 25 – Jmeter How to record login test
Notes: Step 1 : add blazemeter plugin to chrome browser Step 2 : start blazemeter plugin and login to blazemeter Step 3 : Record your scenario – Stop Recording – Export .jmx In case you find jmx option disabled export as json and use this link to convert to jmx http://converter.blazemeter.com/ Step 4 : Import …
JMeter Beginner Tutorial 23 – How to test File Download
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 …