I want to use if the controller in my load testing is jmeter. Test:
- make a message and return the access token.
- use this access token to get the following link.
My problem:
I have an access token, and I used the post-assertion-> regex extraction tool and got the access token from its HTTP response. But now I don’t know how to use the if control, and ask it to run the next test only if the HTTP response code is 200. And the second question: can I pass the access token regular expression value to the if-header HTTP manager?
attaches a screenshot of my jmeter. 
38172 source share