JDBC Testing in JMeter | How to Create a Database Test Plan in JMeter

Поділитися
Вставка
  • Опубліковано 12 кві 2022
  • JDBC Testing in JMeter | How to Create a Database Test Plan in JMeter
    In this video, we have provided a detailed tutorial for building a simple database test plan.
    In this video, you will learn how to create a basic Test Plan to test a database server.
    To construct the Test Plan, you will use the following elements: Thread Group, JDBC Request, Summary Report.

КОМЕНТАРІ • 4

  • @saicharanreddyb
    @saicharanreddyb Рік тому +1

    Hi,
    Could please make a video how to connect the Druid db from jmeter. Here for druid we don't have any desktop application. I want to fire the query from website.

  • @prasadr1799
    @prasadr1799 Рік тому +1

    Pls tell slowly and clearly ...what drivers we need to download to connect for Oracle db

    • @taskincomplete
      @taskincomplete  Рік тому

      Hello prasad, you have download java oracle jar file this is the driver class you need to use for oracle DB = oracle.jdbc.OracleDriver
      you can download the jar file from www.oracle.com/in/database/technologies/appdev/jdbc-downloads.html
      download jar file based on your oracle db sever version. copt the jar file and restart JMeter to take effect
      for steps use this link which I hav explained for Mysql we need to impletement same steps for Oracle also but connection string and Drvier class details will change
      www.taskincomplete.com/jdbc-testing-in-jmeter-for-databases/