I’m working on some REFRESH tab , where my screen shows up updated time post hitting refersh button of one particular image.
So handle this in JMeter , I have extracted value of this date timestamp from one request and trying to pass into REQUEST of subsequent actual request(because in this, I see updated refresh date in timestamp response).
Kindly suggest how to handle this from JMeter tool.
I tried extracting value of the timestamp from previous request but unable to replace it in next subsequent request but there is some timestamp related data in response of this request.
My request doesn’t have any Timestamp in Headers , to pass or replace the extracted value.