I want to use reusable elements across my Jmeter scripts.
I’ve got Include Controllers which load Test Fragments – for user journeys or common actions.
Test Fragment can still contain some repeatable elements. I was thinking about using Module Controller to reuse small elements in it. Module Controller works fine when I have it in my Test Script.
But when I try to use Module Controller in Test Fragment which will be included it returns me such error:
Error occurred starting thread group […] Module Controller has no selected Controller
It looks to me as Jmeter’s limitation.
Is there a way of using Module Controller within included Test Fragment? Or maybe I could use some better way for elements reusability.