Linked Questions

Popular Questions

Variable Path Param for REST service testing in Jmeter

Asked by At

I'm testing RESt service which has path parameter.

/my-service/v1/Customer/order/{ordernumber}

I want to increment the number by 1 for each request. How to achieve this in Jmeter? Till now i had been passing a fixed path param, therefor our test result were on only one input parameter.

/my-service/v1/Customer/order/5247710017785924

Related Questions