Simulate login point test

Hi
I am a k6 rookie.
If I want to simulate 20 users to do the login point test.
Do using this test (https://test-api.k6.io/auth/cookie/login/)
Do I need to create 20 accounts?
How can I quickly enter large amounts of account information if needed.

Best Regards

you can login with an existing user possibly a admin user with max privileges. Then you can create all users you need like you can use a loop. Once you have required users and credentials already know, you can pass user dataset and login with random user.

I have an idea
Best Regards.

1 Like