Reputation: 1
In my test plan ,under a thread group i have 7-8 simple controllers, i am adding or updating new http request within simple controller daily, how can i run only that controller while debugging. after updating i want to run only that particular simple controller and not entire test plan because my test plan has many request i dont want to run all http request while debugging.
Test plan
Upvotes: 0
Views: 62
Reputation: 168147
There is possibility to "disable" the "unwanted" test elements from the context menu (right click)
greyed out test elements won't be executed
You can use Switch Controller to choose which child to run:
Instead of (or in addition to) Simple Controlles you can use Test Fragments and reference them using Module Controllers:
Upvotes: 0
Reputation: 344
There are multiple methods to achieve it. one easy solution to that is using Module controller.
For that you need to
Something looks like this
Upvotes: 0