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 |
How you automate testscripts one by one or moduelwise or all at once
Any limitation to XML Checkpoints?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How you handles Pop-up windows which are Dynamically changing in Runtime?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
what are the areas that cannot be tested using an automated tool? list a few
What is a Run Time Data table?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What is the best institute in Ameerpet? If people think Ameerpet is the pride of hyd they need to go to Delhi/Gurgaon/noida you can find the difference.
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?
can u write one user defined function for webedit class.
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?