Hi,
I am a new test studio user and I am working on some initial test scripts.
One of the first sets of scripts is testing a login including:
- Successfull Login
- Invalid Password
- Change Password (passwords don't match)
- Change Password (reset password through email link).
I am wondering is it possible to automate #4 above using the Test Studio UI?
Our password reset process sends an email to the user with a one time use URL.
I suppose the scenario would be to identify a dedicated user account for the email to go to, then login to web mail access with a known email UID/PSW. Select the email. click on the link, and then follow it back through. to access our password reset prompt which is waiting for the new password to be specified.
Question is: The link is dynamically generated. How would I account for that?
Or should I be asking for a developer to modify the password reset to have a method that allows for a known Password reset token for this user that is static?