How to save response in a variable in jmeter
问题 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 post requests. I am new to jmeter and don't have any idea how to do this. Help would be really appreciated. 回答1: If you need to store the whole response into a variable - take the following steps: Add Beanshell PostProcessor as a child of the request which returns response you're looking for Put the following line