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 |
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
Can I compare two DataBases using QTP ?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
How to test results for qtp ?
How u execute test cases in manual testing?
what is exacltly TIERS ?
what r the send key commands in QTP why they r used
what is the difference between DP and keyword driven framework?
How can we use XML in QTP?
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()