Skip to content

User information is insert and read from specific database ,Volume testing is performed by threads and rampup in jmeter

Notifications You must be signed in to change notification settings

MdMostofaKamal/jmeter-volume-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

jmeter-volume-testing-with-jdbc-connection

Here user information is read from a specific database and users are inserted.Volume testing is performed by increasing threads and rampup in Jmeter. Steps taken to build this project:

  • JDBC connection is configured by connecting a specific Database where there is pre-existing datas
  • JDBC driver class (com.mysql.jdbc.Driver) is configured
  • mysql-connector-java is put in the lib folder of apache-jmeter
  • Local-database is tested for read operation 100 users in 60s

read operation test for 100 user in 60s

  • Error 0.00%

  • Local-database is tested for read operation 300 users in 60s

read operation test for 300 user in 60s

  • Error 49.67%

  • Local-database is tested for insert operation 100 users in 60s

insert operation  test for 100users in 60s

  • Error 0.00%

  • Local-database is tested for insert operation 300 users in 60s

insert operation test for 300users in 60s

  • Error 49.67%

  • Local-database is tested for insert and read operation 167 users in 60s

insert and read operation test for 167users for 60s

  • Error 9.58%

  • Local-database is tested for insert and read operation 167 users in 65s

insert and read operation test for 167users in 65s

  • Error 2.40%

  • Local-database is tested for insert and read operation 167 users in 68s

  • Error 0.00%

After increasing time and keeping same amount of users , the error rate is 0% for 68s and can be regarded as the lower bottleneck of the test

  • Just Clone this project and run it your own database

About

User information is insert and read from specific database ,Volume testing is performed by threads and rampup in jmeter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published