locust - can locustio store data for reuse? -


i want store data later use in locust, example

response = self.client.post('/' "username:'xx', password:"xx") self.client.data1 = response.content['data1']     

self.client.data1 can used in next request, when simulate more, self.client.data1 lost. there better way store data later use?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -