Answer Posted / vinay
Descriptive Programming:
Whenever QTP records any action on any object of an
application, it adds some description on how to recognize
that object to a repository of objects called object
repository. QTP cannot take action on an object until
unless its object description is in the Object Repository.
But descriptive programming provides a way to perform
action on objects which are not in Object repository
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is virtual object supported in low level recording mode?
How is the Bitmap checkpoint different from Image checkpoint?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How to capture all the data of a webtable, weblist and combolist using QTP?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how do u plan test automation?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
What is test object?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What are the types of object repository in qtp?
Explain in brief about the qtp automation object model (aom).
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Explain different types of checkpoints?