waht is the diff b/w Environment variable and Global
variable in qtp?? explain types of variable in qtp??
Answers were Sorted based on User's Feedback
Answer / jay prakash
There are 2 types of Environment Variables in QTP:
1. User defined
2. Built In
The significance of environment variable is that the value
of environment parameters remains the same during the test
playback, regardles the number of iterations, unless you
change the value. The name of the built in environment
variable will be common across the test. Like UserName, OS
etc.
To see the list of env var you can go to File -> Setting ->
Environment Tab.
Please let me know in case more clarification is required.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / murali
Environment variable can be used across any Action and any
test with in QTP. Since it is declared in QTP Environment
section
Global variable can be used with in a test and functions
associated to that test.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / bfakruddin
Environment Variables and global variables are used for
similar purpose...
Environment Variables also have the global scope to access
in any test or action or Function...
Environment Variables: External Environment variables have
the global variables scope to use any where... They might
be stored in .xml file, .txt file or .ini files.. and use
where ever we want...
But... Internal Environment Variables can't be used with in
the different Tests... can be use with in several actions
in one Test.
I hope... you get understood... If not.. please let me know
here itself.
thanks & regards
Baba Fakruddin.D
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / medabalimi
Environment Variables:
As the name implies the Environment variables contain the
information related test environment and machine
environment.
Two types 1.Built-In and 2.User Defined. Though the Built-
in values seems to be constant they are actually variables,
the machine takes care of maintaining appropriate values.
Not editable directly by a user from QTP. Ofcourse the user
defined can be modified any time from QTP.
They are just Name & Value pairs and are of type string
data. Accessible globally in QTP tests. Example:
UserID="SomeName" Where Name="UserID" and Value="someName"
We can say the Environment variables are subset of Global
variables in one aspect. That means we can declare
variables with Name Value pairs of any type supported by
the script language. We have the advantage of defining
dimentional/hierachical data (multi dimentional arrays)
which is not possible with environment variables.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / babu
Hi Reddy,
We can say Environment variables are the global variables
in QTP.
In QTP,as mentioned by Jayprakash we can use environment
variables in QTP.
| Is This Answer Correct ? | 0 Yes | 5 No |
What are the different types of recording modes in qtp? Which will be used when?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Mention the test steps of qtp.
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
if there is two login button in your page, how you know that this login button is correct for login .
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
anyone can explian about types of "Triggere Events" in QTP
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How can i select multiple items from a WebList bOX USING QTP
How to find if given number is prime or not
what is Entry Criteria and Exit Criteria?