Forum Discussion

exp1's avatar
exp1
Occasional Contributor
14 years ago

Test return with warnings but why registration is succesfull?

Hi,



I hve run a load testing for registration page in my web application. I have run the test with 60 vuser and 53 of them finish with warning in their POST request. Status code for all warned requests is "500 internal server error". The interesting thing is that when I checked my database after test, I noticed actually all of the 60 user registered in the database, this means they complete their registration. How can it be possible ? Doesnt 500 status code means these vusers request not accepted by the server ?

1 Reply


  • Hi Celalettin,





    The results you observe depend on the tested application's logic only and the application's developers should be able to shed some light on this. I suppose that the server-side code crashes after the records are inserted in the DB and before the response is generated and sent back to the virtual user.