jmeter - How to execute an Http Request Sampler with each of other samplers -
i execute http request sampler each request defined in request group (simple controller) not find appropriate construct achieve this.
more concrete description:
i'd execute logrequest each of req1, req2, req3 ... , dont want duplicate logrequest.
any idea on how this?
using samplers:
a sampler not executed each sampler in group/controller. there seems workaround using interleave controller.
as picture shows, each request in interleave controller, log request gets executed. loopcontroller here required execute interleave controller again , again samplers inside controller.
using post processor:
if you, try use pre processor / post processor. need log something, can use beanshell post processor. shown below.
Comments
Post a Comment