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...
Hello,
I want to be able to extract some variables in the POST Parameters that is passed in JSON format. Here is an example.
{"updatedObject":{"OrderID":4992988...
If the value that you would like to use is not coming from a server response then it's not a variable extractor that you should use.
In your case, you just need to replace the...
When writing test for API framework, I'll looking to reuse the API session key.
User Path 1
call https://mytesturl.com/api-1.4/services/rest/login/createSession
This hands...
I do not know if it would help but using the Javascript method peekSharedValue(String) you can get a value from the queue without deleting it. For more details about this method...