How to save passwords?
Hi,
I am new to Test complete
and need help on saving the passwords.
During testing, We often need to enter a user name
and password to log into the application as different users. I am entering the
passwords when recording the test but when I am playing the test back, its not
automatically entering the password. It is just stuck on the log in page, the
username is there but its stuck on the password field. Is there any way I can
generate the password automatically. The password need not be the secure one,
haven’t got any security issues. We just use a generic password for all the
users during testing.
Thanks for the help in Advance.
Mamatha
The password type variable contains decryption already. So, all you need to do is call the "Keys" on screen action and pass the variable to it.
Or, if you're doing script code, simply use the variable in the parameter of the Keys method.
TestComplete will take care o fthe rest.