What is Environment Variable and when we apply this in QTP?
Answers were Sorted based on User's Feedback
Answer / rashmi
Use of Environmental Variables:
1) Enables use of variable values from other sources during
the run session.
2) These may be values you supply, or values that QuickTest
generates for you based on conditions and options you
choose.
Environmental Variable types:
1) User defined Internal
2) User defined External
3) Built-In
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kabeer
if at all the variable need to be used comonly in the
complete environment by the different system then one has to
declare them as environment variable.
Environmental Variable types:
1) User defined Internal
2) User defined External
3) Built-In
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / thirumal
Environment varaible are variable to apply the test these
are the two type 1)userdefined varaible 2)Builtin varaible
whenever we required to use the environment varaibles for
automation testing in qtp that time we are create the
environment variables and to the test
| Is This Answer Correct ? | 2 Yes | 1 No |
how to recall a function in QTP?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
any one can send me the concepts of qtp
What are the check points can be inserted without recording?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
is it possible to check the text displayed in the tool tip using QTP? if so, how?
Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
At a time how many users can access QTP?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
what is the difference between invoke application and system.util.run
How many number of actions possible in qtp?