Plz explain about InTERNAl Environment variable, External
environment variable,builtin environment variables with
examples?
Biult in Environment variables - These variabvles are
created in QTP so that these variables have global scope in
any QTP script.
Internal Environment variables - These are user defined
environment variables and scope is applicable within the
script which they are created in it. You can't access these
variables in other scripts
External Environment variables - These are created in one
script and accessed in different scripts. Whenever you
associate these external variables seperately in you script
then only you can able to access it. You can associate
these variables in Test Settings.
| Is This Answer Correct ? | 8 Yes | 12 No |
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting?
3 Answers Aricent, Delhi University, TCS,
Write VB script to test given number is Prime Number
Can Any One Write How to Write the Script for Child Objects
What is post recovery scenario?
How does quicktest professional identifies the object in the application?
What is Object Spy in QTP?
What is a Run Time Data table?
write is the code for regular expression in QTP
How we know the qtp has used the smart identification process for identification of the object.
How to return a value from a fn, if it has more than one value how to return
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks