great video. so we can also use on_start function to create all the boilerplate ? for example i need to make load testing with soap calls , not rest. i will create python zeep or python suds-py client, and this will take some time. once created, i will use to make load testing.
I wonder if such a thing like token obtaining will trigger for every spowned user? Is it possible to share token across all the user? How can I do it? Thx
I think if you want to share token with all users - you should get the token in on_start function, because on_start is performing only once for all users. I'm I right, Nikolai?
great video. so we can also use on_start function to create all the boilerplate ? for example i need to make load testing with soap calls , not rest. i will create python zeep or python suds-py client, and this will take some time. once created, i will use to make load testing.
I wonder if such a thing like token obtaining will trigger for every spowned user? Is it possible to share token across all the user? How can I do it? Thx
I think if you want to share token with all users - you should get the token in on_start function, because on_start is performing only once for all users. I'm I right, Nikolai?
thank you!