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 |
Can we write class for vb script in Quick Test Professional?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How you debug your script?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How the automated tests in org
When should I use smart identification?
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
what is the purpose of SetTOProperty Method?
1 Answers Cap Gemini, iGate, Wipro,
How can I check if a environment variable exist or not?
I have multiple radio buttons i need to select a radio buton and i dont want to hard code i have a generic function for it there i have used select#0 so it selects first radio button but for other script i want to select the 4th radio button how i can make it still more generic
4 Answers Accenture, Acentia, LM,
What is batch testing?