How can we encrypt the username using recording mode in
login window? There is 2 encrypted types what are it
Methods for Encryption in QTP are as follows
1)SetSecure method -used only for TextBox object like
WinEdit/WebEdit etc...
E.g:Browser("test").Page("test").WebEdit
("test1").SetSecure "1HG76BHGJ89sd8Jkl9hjs988dsnjsk" 'encryp
tedtext
2)Crypt.Encrypt(valueToBeEncripted)
E.g: var_Value = Crypt.Encrypt("Tester")
Methods usage in Test Script
E.g:
pwd = "GetPasswordfromSomewhere"
e_pwd = Crypt.Encrypt(pwd)
Browser("dfgd").Dialog("pass").WinEdit("pwd").SetSecure
e_pwd
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
how do check the links in a webpage ?
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
How does QTP identifies the object in the application
Define object spy ?
in which situation u will use recording and in which situation u will used to write script manually
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
desribe a situation where u faced a stressful situation and how did u cope with it
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
How does you pass optional arguments in qtp?
Hi any body can tell me the synchranization point syntax thanks in advance
How does you test a weblink which is changing dynamically?