How to write and where we call user defined functions in QTP? Give an example.
Latest Answer: Using QuickTest, you can define and store your user-defined functions either in a function library (saved as a .qfl file, by default) or directly in an action within a test. A function library is a Visual Basic script containing VBscript functions, ...
i am opening the google page with scripting and now using regular expression i want to enter browser and page name of google to enter the search text and search.
Latest Answer: browser("title:=.*Google.*").Page("title:=.*Google.*").webedit("Search").set "Test Search"browser("title:=.*Google.*").Page("title:=.*Google.*").webbutton("Search").clickThis is not ...
Give a live example use of XML checkpoint. How do we check an XML file?
Latest Answer: XML checkpoint is used when we are working online project. We can connect through the main project by its path. then only we could have a view on xml checkpoint. ...
Which is the Default Identifier: Index, Location, Creation Time
Latest Answer: For windows applications we can select index or locationFor web applications we can select loading time ...
What is the difference if we use Dim to declare a variable and one without declaring it.
Latest Answer: "Dim" keyword is related to VB Script. There is no difference if you do not declare the variables with/with out declaration where your script does not have the statement "Option Explicit""Option Explicit" is ...
Will QTP with Terminal Emulator Add In support the application IBM (IBMPOS)?How the TE Addin will be applied in QTP? Is there any other tool that support IBM applications?
Latest Answer: QTP supports Terminal Emulator using Terminal Emulator Addin.In QTP 9.5 most of all addins available in the setup file. It is mandatory that to install Addins, select the option "Custom" instead of Typical installation.After successful installation ...
Explain What is Selective Recording Mode
Latest Answer: In QTP three types of Recording modes1) Normal Mode or Selective mode, which is by default mode2) Analog Recording Mode3) Low Level Recording ModeAnalog Recording: we use this type of recording when we want exact mouse cordinaton. For example recording ...
How to fetch columns data from excel to QTP inbuilt data table, if there is a columns contains Image type of data?
Latest Answer: First of all I would like tell u thanks,I know the answeres like u sent . but I am expecting a answer for to fetch Image data.let me know if anybody knows answer. ...
Some of the objects like Rich text boxes are not recognizing by qtp, while recording. What is solution for that, if anybody knows please put the solution ASAP.
Latest Answer: You can use smart identification. ...
If the QTP tests saved on one drive i.e X drive (giving the absolute path), can those tests be run on y drive? Or need to be saved as a relative path to run on other drives
Latest Answer: First if u save the script in 'E:Kasa' drive and click 'Run' button, then 'Run' Pop-up window will be displayed, In 'Results Location' tab, under 'New run results folder' radio button, Give the name as 'D:Kasa', ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top