why we use environment variables
Answers were Sorted based on User's Feedback
Answer / srinivas poodari
We can use the environment variables for speed up the
testing process. For example During testing if at all we
have the long path, then we give the user defined variable
to that path and run the programm.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / issac
It can be used to pass values across actions
syntax is Environment.value=""
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narendra
The main use of Environment variable is the value of
environment variable does not change
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh
we will use the environment variables for global values.
global values are the values which havent changed in the
etire application testing.we will use these values in our
test scripts without declarations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
environment variable is a variable,Which you have in one
action can't be used in some other action so by using
environment variable we can use the variables in one action
in to another action.
These are global through variables
if i am wrong correct me plz
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between local and shared object repository in qtp?
What is Active Screen in QTP?
how do u prepare Test Environment ?
How to handle the exceptions using recovery secnario manager in Qtp?
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
what is the default ordinal identifier.what are the send keys in qTP.
how to test background color and dynamic images during runtime
What r the different type of reports generated in Quality Center?
what is debugging testing?
Can I record on netscape browser does it require any special settings ?
What is the difference between a Function and Procedure in QTP?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)