filmov
tv
JMeter tutorial 15 - Database performance testing | How to create Database Test Plan | JDBC Request
Показать описание
This video covers how to perform Database performance testing in JMeter
Learning:
We must have below database parameters with us before moving on to JMeter to test database:
• Server name
• Port number
• Username, password
• Permission to do action (create, update, delete etc) in db
Steps to test database using JMeter
Step1: Add mysql connector jar to lib folder of JMeter and restart JMeter
Step2: Make connection with database by adding config element - JDBC Connection Configuration(to configure JMeter connection with database) and provide details in JDBC Connection Configuration page
Database url:
Format: jdbc:mysql://servername:portnum/schemaName
example: jdbc:mysql://localhost:3306/new_schema
Step 3: write sql query
• Add jdbc sampler request
• Write sql query
Step 3: execute the test and validate the results
==================================================================
JMeter Tutorial Playlist:
Git and GitHub Tutorial Playlist:
Automation Anywhere Tutorial Playlist:
Learning:
We must have below database parameters with us before moving on to JMeter to test database:
• Server name
• Port number
• Username, password
• Permission to do action (create, update, delete etc) in db
Steps to test database using JMeter
Step1: Add mysql connector jar to lib folder of JMeter and restart JMeter
Step2: Make connection with database by adding config element - JDBC Connection Configuration(to configure JMeter connection with database) and provide details in JDBC Connection Configuration page
Database url:
Format: jdbc:mysql://servername:portnum/schemaName
example: jdbc:mysql://localhost:3306/new_schema
Step 3: write sql query
• Add jdbc sampler request
• Write sql query
Step 3: execute the test and validate the results
==================================================================
JMeter Tutorial Playlist:
Git and GitHub Tutorial Playlist:
Automation Anywhere Tutorial Playlist:
Комментарии