Plz explain about InTERNAl Environment variable, External
environment variable,builtin environment variables with
examples?
Biult in Environment variables - These variabvles are
created in QTP so that these variables have global scope in
any QTP script.
Internal Environment variables - These are user defined
environment variables and scope is applicable within the
script which they are created in it. You can't access these
variables in other scripts
External Environment variables - These are created in one
script and accessed in different scripts. Whenever you
associate these external variables seperately in you script
then only you can able to access it. You can associate
these variables in Test Settings.
| Is This Answer Correct ? | 8 Yes | 12 No |
How to find the number the number of Links, Brolken Links in a webpage?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
Which method do you use to retrieve data from the WebList object?
How can we use the "CreateObject("Wscript.Shell")" in QTP and what is the definition and purpose of it?
How do we run the scripts in QTP ?? what are the three options....
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
what are the challenges you have faced while testing web based application using the automation tools ?
how to use command prompt using qtp?
How to call a function in QTP?
how do we add a new sheet to data table in QTP?
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
How should I get results when I run scripts in a Batch mode