Il 17/05/2018 18:29, Sergio Boso ha scritto:
or, you could try a simple JSR223 preprocessor in any supported script (example 
in javascript):

    counterString= vars.get('counter');

    counter= parseInt( counterString);

    vars.put( 'counter',  counter+1);


regards



Il 17/05/2018 18:10, Ivan Rancati ha scritto:
You could try a counter

https://jmeter.apache.org/usermanual/component_reference.html#Counter

best regards,
Ivan

On Thu, May 17, 2018 at 10:18 AM, Mihir<mihir.patn...@gmail.com>  wrote:

I'm testing WebAPI 2.0 service which has path parameter.
/webapi2/attach/MjIwLjIyNS44OC4xNjV8U1FMVFJBQ0
tTRVJWRVJ8MnxSRURDUk9TU1RFU1R8Q1JNfEFETUlOfDE3NzAyODgxMzg=/
TICKET/*107379*/Lauren%20Thompson


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.


Please suggest and Let me know if any valuable solution






--

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to