Hi I am using BasePage.GeneratePassword(6, 10) to generate the unqiue password for the user. but I have notice that sometimes( i got 5 out of 150 users) same password is generated and i use this as unqiueId for some purpose.
How reliable is this function?
I am not setting any other property like this 'numberOfNonAlphanumericCharacters'.
Any guidance will be of great help?
Thanks Harshit