Durairaj s
Durairaj s

Reputation: 193

How to change http request name in Jmeter

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

Answers (1)

F2nd
F2nd

Reputation: 384

Just extract number to variable and use regular jmeter variable substitution:

Sampler number ${var_with_number}

Upvotes: 2

Related Questions