Suppose you face a situation, when you want to encrypt your password and use this value in script. This is a cake walk.
You have to go to password encoder, the Password Encoder tool lets you enter regular text and convert it to an encoded string.
Choose Start > Programs > LoadRunner > Tools >Password Encoder to open the Password Encoder tool.
Password: Enter the password you want to encode, and then click Generate.
Done!!!
Now, How to use the encrypted value in script?
This is done by using lr_decrypt function as shown below in script.
vuser_init()
}
No comments:
Post a Comment