Hi
In the validation section of one of my request, I want to check if the value of this JSONPATH node
$.[?(@.id==${mdecin.id})].acquittee
is equal to false where ${mdecin...
I am new in load testing and your product is very easy to use. I was quickly able to record a scenario but the replay did not work. Looking at your documentation it mentions...
When you perform a record of your scenario, Neoload records the requests and responses exchanged between your browser and your web server.
This requests contain some parameters...
I have a result of a function in a NeoLoad variable inside my Javascript:
context.variableManager.setValue("body", body);
How can I use this variable in a Method: Post...