Currently I am facing a problem, where I want a certain response if a condition is met, but also that the response can have some values changed with the Mock Script.
Currently, the mock script only changes the Default Response, not the ones, which are conditional with expectations.
It would be nice to have a script per Response (also the once that are conditional)
I would like to be able to modify a value in the JSON body of the response, so it is the same, as the corresponding value in the Request. but the mock script allows me to do it only for the “default” 200 response, not a variaton, which is conditioned by the expectations.
I would like to be able to modify a value in the JSON body of the response, so it is the same, as the corresponding value in the Request. but the mock script allows me to do it only for the “default” 200 response, not a variaton, which is conditioned by the expectations.