Forum Discussion

mamathak's avatar
14 years ago
Solved

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....
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    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.