Forum Discussion
MPunsky
Alumni
11 years agoHello Shruti,
A server error 500 is more serious and should not be marked as "OK".
The 500 Internal Server Error is a very general http status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
In the case of load testing, the server could be overloaded, or there may be an issue with some of the dynamic variables that are being passed.
Does a single user test work properly?
A server error 500 is more serious and should not be marked as "OK".
The 500 Internal Server Error is a very general http status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
In the case of load testing, the server could be overloaded, or there may be an issue with some of the dynamic variables that are being passed.
Does a single user test work properly?