What is the Difference between Environment variable and
Globle variable,.. anybody can give me answer..Thanks in
advance...
Answers were Sorted based on User's Feedback
Answer / sandesh sawant
Environment Var and Global Var both can be use throught out
the test.
Environment Var givs information related to the environment
in which current test is present. Ex. OS, username,
hostname.
Global variables can have any value that we can define in
our script
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / param
Environmental variables:it is like a global variable.We can
use it in different tests and actions.
Global variables:it can be used within a test and multiple
actions.
local variables:it can be used within a test and an action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sup
Environment Variable:-It provides QTP TestEnvironemnet
information
Used in Paremeterizatioon
Global variables --- variables declared which can be used
anywhere in the test
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sailaja
Env Variables are Local to the Test in which they are
created ,where as Global variables can used anywhere in the
scripts/tests.
| Is This Answer Correct ? | 0 Yes | 17 No |
How to test login page by using QTP
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
how to test one edit box using Java addin for Web Applications? write script?
Difference between image checkpoint and bitmap checkpoint
What r the different type of reports generated in Quality Center?
Can I import a excel sheet in Action1 datatable? How?
After geting the modules where we generate the script ie in qtp or notpad ?
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
What is qtpro?
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
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
Why a framework is needed?? Plaese post your answers ASAP