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 Posted / 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 |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
What are the factors on which script execution time is dependent?
Describe the differences between functions and actions in UFT?
how do i know how to use tools
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Why do we use breakpoints in QTP?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
explain keyword driven framework with banking domain?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
how will you load the test cases in ddt?
Will down time for server and content maintenance/upgrades be allowed? how much?
What is test object model in quicktest professional?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
what the difference between shared repository and per action repository?
Can we run multiple QTP scripts one after the other without manual intervention? How?