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
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
What is the expert view?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How do you convert manual test cases to automated test cases?
How many types of recording modes in qtp? Which will be used when?
What is RTM (require ment tracebulity marix) fromate?
How does quicktest professional (qtp) identifies the object in the application?
What is the latest version of qtp?
What is a Patch in QTP?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How to start recording using quicktest professional?
The hybrid framework can be implemented for any application. Is it true?
Object repositories types, which and when to use?