Getting HTTP 400, HTTP 401, HTTP 404 Responses while doing performance testing on RQM?
One answer
Dapinder,
To investigate something like this, we would need more detailed information about the issue.
I’m assuming when you say ‘Performance Testing’ you are using a tool to create a script (or set of scripts) that are then executed emulating one or more users.
I would first recommend comparing the requests that are returning the 40x status codes to the original scripts you created. Analyze the URL, Post data (if applicable) and request headers and look for differences. This should give you a good starting point to find the underlying issue.
Ara