简体   繁体   中英

jmeter http request in a while loop is caching the results

在此处输入图片说明 In JMeter in a while loop I'm sending an http request and storing few json values from the response. In this loop, I'm getting same json value each time the loop is repeated. I have tried

HTTP Cookie Manager

HTTP cache manager

to clear cache. But is there way to clear the cache/RAM during while loop? I need new values to be stored in Response and jsonpath Expression variables.

Thanks for the help!

Just Add Http Coockie Manager and Http Cache Manager inside While Controler

在此处输入图片说明

Don't forget to check clear cache and clear cookie checkbox in both managers

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM