Plz explain about InTERNAl Environment variable, External
environment variable,builtin environment variables with
examples?
Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is the Command used to start the QTP
Why script error occur in between recording in qtp?
What are the Disadvantages of shared object repository?
Have you used xml check point in your project?
how to download mercury qtp9.2 ny internet ?
How many types of actions are there in quicktest professional?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
What is the latest version of qtp?
Sql questions to find second max salary and how to use joins
How to find Operating system information using QTP script?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
what the difference between shared repository and per action repository?
Why we load add-ins in qtp?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)