Plz explain about InTERNAl Environment variable, External
environment variable,builtin environment variables with
examples?
Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
How to get Traceability matrix from TD?
can u explain relative path architecture framework in qtp?
Define Error Pane of UFT?
Why script error occur in between recording in qtp?
How to use descriptive programming?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
How to capture a window in QTP?
How you can replace string in qtp?
How to handle dynamic objects in quicktest professional (qtp)?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Name the properties you would use for identifying a browser and page when using descriptive programming?