🚧 IMPORTANT
JMeter requires Java 8+ Download Java
- Download zip version in Binaries page section.
- Create a directory "JMeter" in C:/, like
C:/JMeter - Extract zip file downloaded in path
C:/JMeter - Open
jmeter.batwith Run as Administrator, located inC:/JMeter/bin
P.S: If you're use JDBC tests in JMeter, needs install JDBC driver in application path.
To interact with the database it is necessary to:
💬 Note:
This example use MySQL driver.
- Download the Connector/J driver available from this link.
- Enter the downloaded archive.
- Copy the
mysql-connector-java-[VERSION].jartoC:/JMeter/libfolder. - Done! Test your connection 😎