ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

How to Configure Apache JMeter Database Performance Testing?

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ค. 2023
  • 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.

ความคิดเห็น • 2

  • @waterice8587
    @waterice8587 9 หลายเดือนก่อน

    Greate explanation, I have a question. Is it possible to send multiple JDBC requests from different ip addresses in a single jmeter test plan?