Hello Team,
I have some test cases where I need to create some test accounts and then save the Username / Passwords.
The way I want to handle this situation is to Create accounts and then Save the Username / Passwords to the Internal data File and then use the same Username / Passwords for the Login Test Cases.
Currently, I am manually adding the created Username / Passwords to the File and then Use a copy of the same file to randomly select Username / Password to login.