how are environment variables used in real time projects
(testing)?what answer should be given about this in
interview.need real time explanation breifly?thnx in
advance.
Answers were Sorted based on User's Feedback
Answer / venurao
environment variables used in vb and dis programing we
will identifies the reausable actions then select/create as
environment variables in then use that e variable in tool
wise (on any application)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / m.hemkumar
Environment variable is a global variable where ever you
wnat you can use
Defining Environment variable:
Environment("variablename")=34
Using Environment variable:
msgbox Environment("variablename")
Note:
1)it is used when we want value from differnt action
2)it is used when we the value generated in one function is
used in different function
Ex:
First_Fun a,b
public function First_Fun(a,b)
b=a+b
Environment("c")=b
Second_Fun()
end function
public function Second_Fun()
msgbox Environment("c")
end function
| Is This Answer Correct ? | 0 Yes | 0 No |
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
Difference between image checkpoint and bitmap checkpoint
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
When do go for loop condition in test?
how to invoke the web application through script in qtp
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
what is supply chain management?
What is the difference between a Function and Action in QTP?
How do you change Logical Name of the object in test script?
can anyone please send me qtp framework material please its urgent
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
How to Set the Global Sync Timeouts in QTP?