You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
**
100 hits per second (1000 hits in 10second window):
The test starts failing here since in results we see error responces
# (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):
100 hits per second (1000 hits in 10second window):
**
500 hits per second (5000 hits in 10second window):
Here as visible the server stops responding at all we assume is the breaking point
# (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):
**
100 hits per second (1000 hits in 10second window):
The server stops responding at this point so we conclude its the breaking point