In one of the scripts the pwd in the DT was encripted. Can
any one tell me how to I decript or undo the same?
Answers were Sorted based on User's Feedback
Answer / neeraj kumar
To Decrypt the encrypted password a simple way is to use set
method in QTP
For Example:
Browser(" ").Page(" ").webedit(" ").set "Encrypted Password"
and you will see the decrypted password in edit box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raj kumar
Through the DP , you can write on this way
crypt.Encrypt(strpassword)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / jay prakash
There is a tool called password encoder. It gets installed
when you install QTP.
Go to Start -> Programs -> Quick Test Professional ->
Tools -> Password Encoder.
Hope it helps.
Regards,
Jay Prakash
| Is This Answer Correct ? | 1 Yes | 4 No |
How QA specialist can identify when programmatic descriptions are useful?
Why you are Using Descriptive programming instead of Object Repository?
Define Error Pane of UFT?
what is spy, and how can u use?
How to capture screen shots when an error occurs?
Actually How do we use this Smart Identification Technology during Recording mode.
what r the executing modes in QTP
What is the concept of hooking in QTP?
Explain the keyword createobject with an example.
how to parameterizing values from an excel sheet in Quick test professional?
How we test web based application by using QTP
What is throw object?