Forum Discussion

shrey1686's avatar
shrey1686
Occasional Contributor
9 years ago

How to Set Paasword Field as Encoded, so as password text does not appear in our code ?

Hi Everyone,

 

Can any one tell how to set Password , so as  password text does not appear in our code.

 

Like for example in QTP we have SetSecure method to set the passwod in our application and in code the password is encoded as below :

 

objLogin.SwfEdit("txtPassword").SetSecure "555c242d9c477cbdc9523e69730d80bb7debb07942518f7a"

 

 

 

So is there any method here in Test Complete ?

 

Thanks.