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
Can any body please tell me the steps of keyword driven framework of QTP.
Explain how qtp identifies objects?
How to handle dynamic objects in quicktest professional?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Can you write a script to check if the folder exists or not?
how to test Web application using QTP software
What are the challenges you faced during you entire life automation ?
Can any one send me the QTP Basic Coding Samples?
Explain data driven framework?
Explain features of the latest version of qtp/ uft 12.1?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What is TOM in QTP?
what is the advantages and disadvantages of using functions instead of re usable actions
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?