Forum Discussion
- Marsha_R
Champion Level 3
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.