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 are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
What is the Automation Process followed in your company?
what the diffference between test data and test cases what is meant by object hierarchy in qtp
How does quicktest professional identifies the object in the application?
In how may ways we can use checkpoints to an application using QTP?
What is the difference between driver-script and AOM-script?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
How to Parameterize Object repository in QTP?
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance