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 |
Explain features of the latest version of qtp/ uft 12.1?
how can we handle exceptional handling in qtp
If I give some thousand tests to execute in two days what do you do?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
What are the different types of Database checkpoints in QTP? when they are used?
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
What are the Latest Feature are added In QTP 9.2?
What is synchronization? What are the ways you can synchronize?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com
how to retrive that the number of spaces are in a string ????
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")