what is descriptive programming in QTP? How can be done?
Answer Posted / neelakantan
Basically by having object repository it has both
advantages as well disadvantages. We all know about
advantages.. As far as disadvantage is concern Supoose if u
have unstable application ie Properties might change or
Name of the Object might change..Frequent changes is
happening in ur application..We will go for descriptive
programming.. Pbjects id will be unique for all
applicaions.. So by having unique id we can write the code
like
("windowid:=2342143")
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is the expert view?
What is CMMP and CMMH?
What is the use of ordinal identifier in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is the difference between the modular framework and datadriven frame work
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Explain about the quicktest professional (qtp) automation object model?
How the exception handling can be done using quicktest professional?
What is Unicode Compatibility?
Explain actions in qtp ?
How to use transactions in qtp?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
Name the properties you would use for identifying a browser and page when using descriptive programming?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?