I am using Jmeter as Load Test tool. I passing one parameter through request and in response I am getting only one parameter in result. response. I want to save both request and response in csv file. I am using Regular Expression Extractor to capture response and Bean Shell Postprocessor to save it in csv file. But not able to capture respective request param.
Example: Request : http://localhost:8080/myService?input=abcd123455 and Response : pqrst1245/84985== While here input for request I am taking it from another csv file. and I want to capture both input parameter and corresponding response and store it in csv file like input,response ie. abcd123455,pqrst1245/84985==