Im new with this tool and i dont know exactly how this work, somebody can illustrate me? Thanks in advance! Regards!
Asked
Active
Viewed 38 times
1 Answers
0
- Download MySQL Connector/J and copy the .jar to "lib" folder of your JMeter installation
- Add Thread Group to your Test Plan.
- Add JDBC Connection Configuration to your Thread Group and specify your database URL, JDBC driver type (which is
com.mysql.jdbc.Driver
for MySQL) and the "Variable Name" setting to anything meaningful. - Add JDBC Request sampler to the Thread Group, change "Query Type" to
Update Statement
orPrepared Update Statement
depending on the query you need to simulate. - Put your SQL query into the sampler
- Add View Results Tree listener to be able to see the generate query and results (don't forget to disable or delete it during the real load test)
More information:

Dmitri T
- 159,985
- 5
- 83
- 133