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 |
how to write regular expression for Date field?
How we can add objects to the object repository during the running?is it possible or not?explain
What is User defined function in QTP
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).
How many ways we can parameterize data in QTP?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
what is the Descriptive Progarmming? how it is help to testers in QTP?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
For what purpose to we use object repository in a application?also explain usage of obj.repository?