I am testing an application with SAP UI5 technology. NeoLoad is not storing the response body during recording and in replaying also while this response is very crucial for correlation. How to fix this?
Hi,
I am trying to evaluate Neoload for our application which uses websockets. I’m using Neoload Free Edition 7.0 and the trial license I have has WebSocket & Push module...
A WebSocket channel is a permanent connection with the server so it can send data to the connected clients. That's why you get multiple responses without any user interaction...
I am able to see the think time while checking the recorded script.But when i am running the recorded script with multiple virtual users.What ever response time captured is...
The response time when you manually connect to your application is the sum of server response time + browser rendering page. It's not related to think time that you can see in...
How to get complete response instead of below.
HTTP/1.1 200 OK
Server: Kestrel
Date: Wed, 27 Mar 2019 13:01:44 GMT
Content-Length: 73
<!-- Body not stored by the tool...
The response body is stored based on the content type of the response. Unless you did not copy all the HTTP headers there's no content type in your response. Therefore NeoLoad...