How do i configure simulate new user on each iteration option of loadrunner in K6?

I have a script where i want Vusers to simulate every iteration as a new user . In loadrunner we have an option of ‘Simulate new user on each iteration’ to achieve . i want to know what is the settings in K6 parallel to it .

Hi @presales841 !

Welcome to the community forums! :wave:

From some perspective, each VU iteration is already simulating new user behavior since, by default, k6 has a behavior of resetting the cookie jar after each VU iteration. To extend that, you might also need to disable connection re-using by setting the option no connection reuse.

Does that cover your needs?

Cheers!