waht is the diff b/w Environment variable and Global
variable in qtp?? explain types of variable in qtp??
Answer Posted / bfakruddin
Environment Variables and global variables are used for
similar purpose...
Environment Variables also have the global scope to access
in any test or action or Function...
Environment Variables: External Environment variables have
the global variables scope to use any where... They might
be stored in .xml file, .txt file or .ini files.. and use
where ever we want...
But... Internal Environment Variables can't be used with in
the different Tests... can be use with in several actions
in one Test.
I hope... you get understood... If not.. please let me know
here itself.
thanks & regards
Baba Fakruddin.D
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do you send email with attachment from outlook using qtp ?
Without using gui map editor we can recognize the application in winrunner ?
What are the methods used in UFT to handle exceptions or run-time errors?
How to interact tool & application build in QTP?
How qtp recognizes the object?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What are the types of object repository?
what is the frame work in J-meter?
What is the meaning Work bench?
How does you test a weblink which is changing dynamically?
How software automation specialist enter steps in the Expert View?
What is the file extension of the code file in qtp?
How would you directly trigger javascript in a test?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Through array we can execute the testcase how ? give me example