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 |
Discuss QTP Environment.
What is API
Explain about opening notepad in QTP and writing of test result in notepad?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
how to test use the quality control .how to verify the image verification
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
Is virtual object supported in low level recording mode?
How did you achieve reusability via QTP?
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?
What is the difference between browser sync and page sync in QTP?
Which scripting language used by QTP?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance