what is the Exact Meaning of Environment Variables?
Answer Posted / venkateshwarlu
these variables are using in automation scripts which are
to be executed in different environments, so that these
variables are called as environment variable.
as testing part we neet to execute the test scripts in
different environments like unit, system, alpha, production
testings. where the information of all these environment
is different. so we use these variables to store the
information to execute the script successfully in different
environments.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is fragmentation and paging?
What is action split and the purpose of using this in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
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
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Explain actions in qtp ?
What is synchronization point in QTP?
What are the different attribute used with regular expression?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Difference between copy to action and call to action?
How to use actions in qtp ?
How you calling actions in qtp?
Explain how you can replace string in qtp?
Explain data driven framework?