what is the Exact Meaning of Environment Variables?
Answer Posted / sekhar
Hai Sriram,
Environment variable means, when we define these
variables we can call these variables in within the text
out side of the text,in QTP once we define the variable
againg we can't reuse those variable, but Enviroment
variable we can use as our require ment.
these variable may define into 3 ways
i) user define internall
ii) External
iii) Built in
user define internall mean we can call these variables
with in the text.
External variales means we can call within the text and
out side of the text, we can do modifcation also means we
rename it.
built in variable means we can call internall and external
purpose but we can't do any modification, readonly purpose.
i think u got it.
bye ......Sekhar(sekharbirada@gmail.com)
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is difference in global and action sheet in qtp?
What is the process of synchronizing qtp and aut?
Tell me about qtp?
Why to use descriptive programming?
What are some test assets and related extensions of qtp?
How many types of Automation frameworks are there in UFT? Describe them.
Can we Test Welcome Screens and Process Images with QTP
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What are the challenges you faced during you entire life automation ?
Why is action split used by qtp?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
What is parameter in qtp?
Discuss quicktest professional environment?
What is text check point and text area check point?