Kickstart with Jmeter tool

 JMeter is an open source performance testing tool which was developed in java programming language which can be used in graphical user interface mode or command line mode.


Below lists shows protocol supported by JMeter tool

  • Web – HTTP, HTTPS
  • SOAP / REST Web services
  • FTP
  • Database via JDBC
  • LDAP
  • Message-oriented middleware (MOM) via JMS
  • Mail - SMTP(S), POP3(S) and IMAP(S)
  • Native commands or shell scripts
  • TCP
  • Java Objects

 

Installation Steps:

 1. Download binary file from JMeter official page – https://jmeter.apache.org/download_jmeter.cgi.

2. Unzip the file and navigate to the bin folder inside file directory. 

    For Windows subsystem – use “jmeter.bat” file to launch the application.

    For Linux subsystem – use “jmeter.sh” file to launch the application.

3. Download plugin manager from link- https://jmeter-plugins.org/install/Install/ and copy that into lib/ext directory, then restart JMeter.

 4.You're good to use the JMeter tool.


YouTube Video



Reference :
JMeter official page – https://jmeter.apache.org
JMeter Tutorials by Blazemeter University -
JMeter™ Intro | BlazeMeter by Perforce
JMeter™ Pro | BlazeMeter by Perforce

Comments