WHAT IS ENVIRONMENT VARIABLES?
Answer Posted / nanda
I Agree with Umasankar.
Built In Variables are activated at runtime only. by using
this variables we can know test execution information. That
is which user is executed, how Iterations were executed,
which Actions were executed, which test was executed, test
directory path..like that.
User Defined Internals..we can create them and these
variables are used only a test where they were created. Once
u created that variable u can not modify the name of
variable and u can modify the value. If u want to use these
variable in many tests u can export them in XML file. there
u can modify the name of the variable.
User defined Externals...The variables which are Imported
from XML file are called External variables. These are read
only variables. u can modify name and value of these
variables. If u want to modify them..go to XML file which
are stored and right click on that file click n edit. the
script will open, there u can edit name and value.
this is completely about Environment variables.
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
How to check bitmap output value?
What is object spy in quicktest professional?
Can anybody post some real time scenario in qtp? please its very urgent.
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How you can decide which type of object repository you have to use?
What is the use of running the scripts in Hidden-mode in UFT?
Explain how you can find length of array in qtp?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
How can you pass value one action to another action?
What is keyword view in qtp?
What are the different attribute used with regular expression?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Write a script to verify font style and color of a windows object using descriptive programming
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Explain the difference between data driven testing and parameterization ?