I am performing load testing on my server using jmeter. In one of my post requests, I receive a unique id in the response. I need to send this id as a parameter in the following
If you really need to store the whole response into a variable, do the following:
vars.put("response", prev.getResponseDataAsString());
But you rarely need to use the whole response and you should avoid it for big , in this case it is much better to use the Extractor that suits your response format: