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 does u create new test sets in TD?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
What is the Diff between Image check-point and Bit map Check point?
Hi guys can any plz help me how to send fax in sample Flight Appication
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
what is mean by output parameters? I need full description with example. tell me any one please
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Suppose i have given 10 test cases all the test cases should be automated?
Tell me Three major differences between QTP & Winrunner?
What is TOM in QTP?