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 need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Where should we turn Smart Identification ON in QTP?
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
what is review
How to capture all the data of a webtable, weblist and combolist using QTP?
How many types of Automation frameworks are there in UFT? Describe them.
How to get line numbers in your editor in expert view?
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
Can any one explain about environment variables with examples?
Describe how Smart Identification is used