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.
-
Database is tested by 100 users concurrently reading info in 60s.
There is fail rate of 0%.
-
The users are increased more and local database is tested for 300 users reading info in 60s.
There is an error rate of 49.67%.
-
Insertion operation is run from jmeter into the local database and it is tested for 100 users in 60s.
There is an error rate of 0%.
-
Reading and writing both operation is tested concurrently in the local database for 167 users for 60 s.
There is a fail rate of 9.58%.
-
The test is repeated for 167 users for 65s.
There is an error rate of 2.40%.
-
The test is again performed by keeping the same amount of users for 68s.
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.
-
You can clone this project and test it by your own local database Url.