I am using environment variable xml to give credenatials
for login into unix. Is there any way we cam mask the
password in the xml?
Answer / tvs ramakrishna chowdary
by using vb script we can get the env variable name
-----------------------------------------------------
uname=environment.value("username")
set uname
pwd=environment.value("password")
pwd=crypt.encrypt(pwd)
set pwd
| Is This Answer Correct ? | 0 Yes | 1 No |
what is vmodel?advantages and disadvantages of vmodel?
How to retrieve data from application objects?
How to handle the exceptions using recovery secnario manager in Qtp?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
what QTP Options do you know?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain Checking XML....
how qtp identifies objects of application.
What the differences are and best practical application of each.
Explain xml checkpoints.