I'm writing a BeanShell script in JMeter to process the results of the HTTP Requests. I'm able to use the Post-processor to capture these results and process individually however it means adding a Post-processor to every Request.
Is it possible in the BeanShell listener to access all results rather than just the last one which is accessible via the sampleResult, prev variables?