Category «JMeter»
How to solve ‘jmeter’ is not recognized as an internal or external command
If you are trying to run JMeter from the command line and are getting an error message stating that “‘jmeter’ is not recognized as an internal or external command, operable program or batch file,” it means that JMeter is not in the system path and the system is unable to find it To solve this …
JMeter PerfMon issue “telnet is not recognised internal or external command”
This error generally means that the Telnet client is not installed on your system or is not properly configured PerfMon Plugin uses the Telnet client to connect to the PerfMon Server Agent, which runs on the system you want to monitor. If the Telnet client is not installed or is not properly configured, the plugin …
JMeter – How to test DESKTOP Applications (5 Steps)
Notes: Desktop applications are client side apps used by single user. Then why to load test Desktop applications ? Desktop application acts as a client for a server /db We do performance testing of the backend by simulating load. (multiple desktop applications are interacting with the server/db) How to test Desktop Application OR How …
JMeter – How to test Mobile Applications (in 7 Steps)
JMeter Intermediate Tutorial 8 – How to build a Distributed Load Test (Throughput Controller)
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 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 …