What is Environment Variable and when we apply this in QTP?
Answer Posted / venu
Environment Variables are used during Parameterization.
For Example:
You have many set of scripts & every script makes a login.
To make a login we need Login credentials: Username &
Password. These 2 variables (Username & Password) can be
declared in a XML file & called in the each script as
environmental variables. Sometimes they are also known as
Global Variables, as these variables can be called in any
script.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How to use conditional loops in qtp ?
Is text area check point supports for web applications?
what is run-time data?
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?
What is text/text area checkpoint?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How QTP support all types of applications (platforms)?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How many types of run modes are there in qtp?
Explain the concept of object repository & how qtp recognizes objects?
how to convert 100 into hundred repees only and viceversa
what are the mandatory properties for a tex boxc (scenario?)
How do you capture tooltip using QTP?