Reputation: 193
I need to change the http request name dynamically. I am extracting a number from one request and i have to send that to next request name. Any ideas on how to do this ? welcome !!
Upvotes: 0
Views: 752
Reputation: 384
Just extract number to variable and use regular jmeter variable substitution:
Sampler number ${var_with_number}
Upvotes: 2