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
Step 3&4 are repeated until an the object in recognised uniquely.
how to test Web application using QTP software
How to break the object spy ?
what is clean sweep?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
how interviews will be on QTP?
What is an optional step in qtp ?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
how to evalute defects in QTP script?
Does quicktest professional (qtp) is unicode compatible?
How does QTP identify an object?
How you can decide which type of object repository you have to use?
How to integrate the qualitycenter with qtp
Explain the check points in quicktest professional (qtp)?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?