Skip to content

J Meter Testing

Rishabh Gajra edited this page Mar 22, 2020 · 4 revisions

J Meter Testing

For in detail summary results kindly check J meter test branch which has results and error request percentages in csv files. We stop each test until we start getting errors ** **

# (1) Testing Login API Testing the login api with a fixed pair of user and password. Testing with different requests per 10 second window: 50 hits per second (500 hits in 10second window): enter image description here ** 100 hits per second (1000 hits in 10second window): The test starts failing here since in results we see error responces enter image description here

# (2) Testing Register API

Testing the login api with a fixed pair of user and password. Testing with different requests per 10 second window: 50 hits per second (500 hits in 10second window): register500.png 100 hits per second (1000 hits in 10second window): register1000.png ** 500 hits per second (5000 hits in 10second window): Here as visible the server stops responding at all we assume is the breaking point register5000.png

# (3) Testing Fetch user Jobs API

Testing the login api with a fixed pair of user and password. Testing with different requests per 10 second window: 50 hits per second (500 hits in 10second window): jobs500.png ** 100 hits per second (1000 hits in 10second window): The server stops responding at this point so we conclude its the breaking point jobs1000.png

Clone this wiki locally