In my JMeter web test plan, I would like to invoke several HTTP request samplers. For each sampler invocation, I would like to
1. Make sure JMeter gets a good HTTP response code from server (Result Status Action Handler Listener). 2. Save failed server responses to a file (Save Responses to a file Listener) Is there a way I can apply a single "result status action handler" and a single "save response to a file" to all HTTP request samplers in my test or do I have to apply these as a new listener for every HTTP request sampler? thanks

