When I run a scenario in my machine, the sessionID of the users are all same, but when I run the same scenario in a different machine, the sessionID of the users are different. How am I exactly supposed to troubleshoot this issue?
I have recorded one script, made all parameters dynamic. Script was working fine for around 1hr but after that I am getting Server Error in Application. Again, I have recorded...
There's clearly a dynamic parameter that you forgot to handle since the script is only valid for 1 hour. Since you have two different recordings i would suggest you to compare...
I am getting NL-RUNTIME-02 when I execute my script in "Check User Path" window. I have attached the screenshot for the same. Please, can anyone have the resolution for this? I...
Yes but i'm more interested by the content type of the requests and not the response.
Anyway did you try the switch to POST text type?
That NL-RUNTIME-02 is fixed in 7.0.1 but...
I am sending the followint POST command:
POST https://petstore.swagger.io/v2/user
User-Agent: Jetty/9.3.7.v20160115NeotysEdition.61
:
:
Content-Type: application/json...
I tried to execute the same request and it worked on my side. Do you use a proxy to reach that URL?
Could you try to disable HTTP/2 in the Advanced settings of the check vu...