Tag «jmeter introduction»

JMeter Intermediate Tutorial 7 – How to use Module Controller and Include Controller

Notes: Today we will learn: How to create Modular and Reusable Scripts in JMeter 1. How to create modular scripts – Module Controller 2. How to create reusable scripts – Include Controller example: Online Shopping Application Login Orders Products Inventory Customers Promotions   JMeter Beginner Playlist : https://www.youtube.com/playlist?list… JMeter Intermediate Playlist : https://www.youtube.com/playlist?list… JMeter Advanced …

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 1 – How to run JMeter test from Jenkins

Notes: JMeter + Jenkins Step 1 Install Jenkins (https://www.youtube.com/watch?v=89yWXXIOisk&list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG&index=1) Step 2 Get Jenkins Performance Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin) performance.hpi file – put into Jenkins – Plugins folder Restart Jenkins You can also install this plugin form Jenkins – Plugin Manager. Step 3 Goto Jmeter/bin user.properties – add line : jmeter.save.saveservice.output_format=xml Step 4 Create a Jmeter test Step …

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 …