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 |
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to find the name of the machine where you are running your automation scripts in qtp?
Is it possible to change the values of analog recording?
if we made any changes in shared object repository how it reflects of others like our team members?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
what is the another name for blackbox testing?
how can i replace any text from the qtp script with some anothere text
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
does test plan is in test strategy or test strategy is in test plan
Use of environment variables?
How many type of status messages are there ..explain?