Kickstart with Jmeter tool
JMeter is an open-source, Java-based performance testing tool that can be executed via either its graphical user interface (GUI) or the command-line interface (CLI).
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
Post a Comment