Currently I have a test plan that has:
- "Embedded resource from HTML files" and parallel download set at the HTTP request defaults level of the thread group
- HTTP samplers under a few transaction controllers with the setting set to the individual sampler level
- HTTP samplers under other Tx controllers without the setting set at their individual sampler levels.
My question: Does the HTTP request defaults property about embedded resources propagate to the samplers at #3?
My understanding from this: Yes it will reflect which means all the samplers in my test plan will have the embedded resources downloaded using parallel threads
Is this right?