{"id":532,"date":"2019-12-04T16:55:10","date_gmt":"2019-12-04T11:25:10","guid":{"rendered":"http:\/\/http:\/\/artoftesting.com\/\/?p=532"},"modified":"2020-01-07T13:08:43","modified_gmt":"2020-01-07T07:38:43","slug":"performance-testing-of-database-using-jmeter","status":"publish","type":"post","link":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter","title":{"rendered":"Performance Testing of Database using JMeter"},"content":{"rendered":"\n<p>In this tutorial, we will be studying the creation of a Database Test Plan in JMeter. We will see the different test plan elements required for creating the test script along with their usage and configurations.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_73 counter-flat ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Content<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#Pre-requisites_for_a_Database_Server_Performance_Test\" title=\"Pre-requisites for a Database Server Performance Test\">Pre-requisites for a Database Server Performance Test<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#Steps_to_Load_Test_a_Database\" title=\"Steps to Load Test a Database\">Steps to Load Test a Database<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#1_Add_Thread_Group_and_configure\" title=\"1. Add Thread Group and configure\">1. Add Thread Group and configure<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#2_Add_Element_%E2%80%93_JDBC_Connection_Configuration\" title=\"2. Add Element &#8211; JDBC Connection Configuration\">2. Add Element &#8211; JDBC Connection Configuration<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#3_Add_Sampler_%E2%80%93_JDBC_Request\" title=\"3. Add Sampler &#8211; JDBC Request\">3. Add Sampler &#8211; JDBC Request<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#4_Add_Listeners\" title=\"4. Add Listeners\">4. Add Listeners<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\/#5_Run_and_analyze_the_test\" title=\"5. Run and analyze the test\">5. Run and analyze the test<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Pre-requisites_for_a_Database_Server_Performance_Test\"><\/span>Pre-requisites for a Database Server Performance Test<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The following pre-requisites are mandatory for performance testing of a database server-<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>The database driver jar file of the database to be load tested e.g. for mySQL database its driver jar file is &#8211; &#8220;mysql-connector-java-5.1.21.jar&#8221; (latest jar at the time of writing this tutorial) which can be download from this&nbsp;<a href=\"https:\/\/mvnrepository.com\/artifact\/mysql\/mysql-connector-java\/5.1.21\">Maven repository<\/a>. This jar file is required to be copied inside the lib folder of your JMeter installation directory.<\/li><li>Database credentials of user having access to run the SQL queries in the database to be load tested.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Steps_to_Load_Test_a_Database\"><\/span>Steps to Load Test a Database<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The steps required to be performed for load testing a database server are-<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"1_Add_Thread_Group_and_configure\"><\/span>1. Add Thread Group and configure<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>First of all, we will add a Thread Group to the Test Plan and name it. Then we can configure the Thread Group with required values of Number of Threads, Ramp-up time, loops and other scheduler configurations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"2_Add_Element_%E2%80%93_JDBC_Connection_Configuration\"><\/span>2. Add Element &#8211; JDBC Connection Configuration<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The Config Element- &#8220;JDBC Connection Configuration&#8221; is required to be added as child of the Thread Group. The properties in &#8220;Connection Pool Configuration&#8221; and &#8220;Connection Validation by Pool&#8221; can be kept with default values. Appropriate values for the following parameters need to be configured in &#8220;Database Connection Configuration&#8221; section-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Database URL &#8211; The URL of the database server<\/li><li>JDBC Driver class &#8211; The database driver name e.g. com.mysql.jdbc.Driver<\/li><li>Username &#8211; The username of the user having access to run the SQL query in the database<\/li><li>Password &#8211; The password of the user having access to run the SQL query in the database<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"328\" class=\"wp-image-533\" style=\"width: 600px;\" src=\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/JDBC-configuration-in-jmeter.jpg\" alt=\"\" srcset=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/JDBC-configuration-in-jmeter.jpg 626w, https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/JDBC-configuration-in-jmeter-300x164.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"3_Add_Sampler_%E2%80%93_JDBC_Request\"><\/span>3. Add Sampler &#8211; JDBC Request<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The Sampler- JDBC Request needs to be added as child of the Thread Group below the JDBC Connection Configuration. Here we can select the type of SQL query form the &#8220;Query Type&#8221; dropdown and place the SQL query in the &#8220;Query&#8221; text field.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"727\" height=\"233\" src=\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/database-load-test-in-jmeter.jpg\" alt=\"\" class=\"wp-image-534\" srcset=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/database-load-test-in-jmeter.jpg 727w, https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/database-load-test-in-jmeter-300x96.jpg 300w\" sizes=\"auto, (max-width: 727px) 100vw, 727px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"4_Add_Listeners\"><\/span>4. Add Listeners<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>In order to store and analyze the test results, we can add different types of listeners studied in our tutorial &#8211;&nbsp;<a href=\"http:\/\/artoftesting.com\/listeners-in-jmeter\">Listeners in JMeter<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"5_Run_and_analyze_the_test\"><\/span>5. Run and analyze the test<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Once the whole test script creation and configuration is done, we will run the test by clicking the play icon or pressing Ctrl+r on keyboard. During the test execution, we will monitor the database server in parallel and once the test gets over, we can store and analyze the test results.<br><\/p>\n\n\n\n<p><br><em>That\u2019s all we have in this post, please share it with your friends and colleagues, comment below if you have any queries. Check out the complete JMeter tutorial below.<\/em><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><a href=\"http:\/\/artoftesting.com\/jmeter-tutorial\">JMeter Tutorial<\/a><\/p><\/blockquote>\n\n\n\n<p>Reference<br><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"http:\/\/jmeter.apache.org\/usermanual\/build-db-test-plan.html\" target=\"_blank\">Apache JMeter User Manual &#8211; Building a Database Test Plan.<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p><ins><\/ins><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will be studying the creation of a Database Test Plan in JMeter. We will see the different test plan elements required for creating the test script along with their usage and configurations. Pre-requisites for a Database Server Performance Test The following pre-requisites are mandatory for performance testing of a database server- &#8230; <a title=\"Performance Testing of Database using JMeter\" class=\"read-more\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\" aria-label=\"Read more about Performance Testing of Database using JMeter\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1577,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-532","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jmeter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Database Performance Testing in JMeter - Load Testing of Databases<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Database Performance Testing in JMeter - Load Testing of Databases\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\" \/>\n<meta property=\"og:site_name\" content=\"ArtOfTesting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/artoftesting\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-04T11:25:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-07T07:38:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep Rana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:site\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep Rana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#article\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\"},\"author\":{\"name\":\"Kuldeep Rana\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\"},\"headline\":\"Performance Testing of Database using JMeter\",\"datePublished\":\"2019-12-04T11:25:10+00:00\",\"dateModified\":\"2020-01-07T07:38:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\"},\"wordCount\":487,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg\",\"articleSection\":[\"JMeter\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\",\"url\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\",\"name\":\"Database Performance Testing in JMeter - Load Testing of Databases\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg\",\"datePublished\":\"2019-12-04T11:25:10+00:00\",\"dateModified\":\"2020-01-07T07:38:43+00:00\",\"description\":\"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.\",\"breadcrumb\":{\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage\",\"url\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg\",\"contentUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg\",\"width\":700,\"height\":400,\"caption\":\"database performance testing using JMeter\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/artoftesting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Performance Testing\",\"item\":\"https:\/\/artoftesting.com\/category\/performance-testing\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"JMeter\",\"item\":\"https:\/\/artoftesting.com\/category\/performance-testing\/jmeter\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Performance Testing of Database using JMeter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/artoftesting.com\/#website\",\"url\":\"https:\/\/artoftesting.com\/\",\"name\":\"ArtOfTesting\",\"description\":\"A Beginners Guide to Testing\",\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/artoftesting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/artoftesting.com\/#organization\",\"name\":\"ArtOfTesting\",\"url\":\"https:\/\/artoftesting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"contentUrl\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"width\":400,\"height\":60,\"caption\":\"ArtOfTesting\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/artoftesting\",\"https:\/\/x.com\/theartoftesting\",\"https:\/\/www.linkedin.com\/groups\/4797819\/\",\"https:\/\/in.pinterest.com\/artoftesting\/\",\"https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\",\"name\":\"Kuldeep Rana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"caption\":\"Kuldeep Rana\"},\"description\":\"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Database Performance Testing in JMeter - Load Testing of Databases","description":"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter","og_locale":"en_US","og_type":"article","og_title":"Database Performance Testing in JMeter - Load Testing of Databases","og_description":"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.","og_url":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter","og_site_name":"ArtOfTesting","article_publisher":"https:\/\/facebook.com\/artoftesting","article_published_time":"2019-12-04T11:25:10+00:00","article_modified_time":"2020-01-07T07:38:43+00:00","og_image":[{"width":700,"height":400,"url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg","type":"image\/jpeg"}],"author":"Kuldeep Rana","twitter_card":"summary_large_image","twitter_creator":"@theartoftesting","twitter_site":"@theartoftesting","twitter_misc":{"Written by":"Kuldeep Rana","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#article","isPartOf":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter"},"author":{"name":"Kuldeep Rana","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5"},"headline":"Performance Testing of Database using JMeter","datePublished":"2019-12-04T11:25:10+00:00","dateModified":"2020-01-07T07:38:43+00:00","mainEntityOfPage":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter"},"wordCount":487,"commentCount":0,"publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"image":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg","articleSection":["JMeter"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#respond"]}]},{"@type":"WebPage","@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter","url":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter","name":"Database Performance Testing in JMeter - Load Testing of Databases","isPartOf":{"@id":"https:\/\/artoftesting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage"},"image":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg","datePublished":"2019-12-04T11:25:10+00:00","dateModified":"2020-01-07T07:38:43+00:00","description":"In this tutorial, we will learn about performance testing of different databases using JMeter. For performance\/load testing of databases we use the config element - JDBC Connection Configuration and then add JDBC sampler as a child.","breadcrumb":{"@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#primaryimage","url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg","contentUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Database-Performance-testing-using-JMeter.jpg","width":700,"height":400,"caption":"database performance testing using JMeter"},{"@type":"BreadcrumbList","@id":"https:\/\/artoftesting.com\/performance-testing-of-database-using-jmeter#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/artoftesting.com\/"},{"@type":"ListItem","position":2,"name":"Performance Testing","item":"https:\/\/artoftesting.com\/category\/performance-testing"},{"@type":"ListItem","position":3,"name":"JMeter","item":"https:\/\/artoftesting.com\/category\/performance-testing\/jmeter"},{"@type":"ListItem","position":4,"name":"Performance Testing of Database using JMeter"}]},{"@type":"WebSite","@id":"https:\/\/artoftesting.com\/#website","url":"https:\/\/artoftesting.com\/","name":"ArtOfTesting","description":"A Beginners Guide to Testing","publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/artoftesting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/artoftesting.com\/#organization","name":"ArtOfTesting","url":"https:\/\/artoftesting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/","url":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","contentUrl":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","width":400,"height":60,"caption":"ArtOfTesting"},"image":{"@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/artoftesting","https:\/\/x.com\/theartoftesting","https:\/\/www.linkedin.com\/groups\/4797819\/","https:\/\/in.pinterest.com\/artoftesting\/","https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q"]},{"@type":"Person","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5","name":"Kuldeep Rana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","caption":"Kuldeep Rana"},"description":"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals."}]}},"_links":{"self":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/comments?post=532"}],"version-history":[{"count":0,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/532\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media\/1577"}],"wp:attachment":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media?parent=532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/categories?post=532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/tags?post=532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}