Reputation: 9
Does anyone know how to use java to change the HTTPrequest methods in Jmeter. I see a version of it but they use python. thanks
Upvotes: 0
Views: 581
Reputation: 168157
You can define whatever JMeter Variable you want in the "Method" input of the HTTP Request sampler like:
Given you properly define this ${METHOD}
variable value you should be able to parameterise the HTTP Method by using external data sources, i.e. via CSV Data Set Config
Upvotes: 1