How to Configure Apache JMeter Database Performance Testing?

Опубликовано: 06 Май 2023
на канале: Performance Test Engineer - English - 1
228
5

How to Configure Apache JMeter Database Performance Testing? #testingvideo #testing #viral #youtubevideo #youtuber #youtube #youtubevideo #database #databasetesting #databaseperformancetesting #testingvideo #performance #performanceengineering #performancetesting #apache #jmeter #softwaretesting #software #software #computer #viralvideo #configuration #java #javascript
***************************************************************************
How to Configure Apache JMeter Database Performance Testing?

Step1:
Add the MySql jdbc Driver.jar file in jmeter lib folder after restart the jmeter tool
Step2:
Create JMeter TestPlan
Thread Group
JDBC Request
JDBC Connection Configuration
View Results Tree
Step3:
Configuration the JDBC Request and JDBC Connection Configuration
JDBC Request
select * from pt1;
JDBC Connection Configuration
Database URL: jdbc:mysql://localhost:3306/pt
JDBC Driver Class: com.mysql.jdbc.Driver
UserName: root
Password: jhpLXQoD/I7[_503

Step4:
Run and Validate the JDBC Request.