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
-
Error 0.00%
-
Local-database is tested for read operation 300 users in 60s
-
Error 49.67%
-
Local-database is tested for insert operation 100 users in 60s
-
Error 0.00%
-
Local-database is tested for insert operation 300 users in 60s
-
Error 49.67%
-
Local-database is tested for insert and read operation 167 users in 60s
-
Error 9.58%
-
Local-database is tested for insert and read operation 167 users 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