I have a test plan in which i am using 5 Test Fragments given below and using a single Thread Group:
- Test Fragment A
- Test Fragment B
- Test Fragment C
- Test Fragment D
- Test Fragment E
If i use 5 Module controllers i.e one for each test fragment , my test would run for all 5 test fragments.
Is there any functionality which helps me to specify which Fragment i want to execute through command line.
For eg: For Test 1 I want to execute only TF A & TF B and For Test 2 i need TF C, TF D & TF E.
How can i achieve this through any controller in the script or commandline.