I'm using httperf for load testing. I have two HTTP endpoints to be tested. However, the second endpoint needs the result of the first one. That is, requests to the second endpoint need to pass a parameter which is generated by the first endpoint.
So, I have to log the response of the first endpoint. Then I will generate the request URI for my second call using this log.
Is it possible to log the results of the tested requests in httperf? If not, can you recommend me an alternative way or testing tool?