Can u Reduce the size of Object repository? What are the
problems u have faced in Qtp tool?
Answer Posted / amarendra kothuru
Using Descriptive Programming we can reduce the size of
Object Repository. No need to Maintain object Reposity if u
use descriptive Programming Concepts. QTP recognize each
object with some unique Property values. So you no need to
add object to object repository if you use descriptive
programming. Descriptive programming reduces the time of
QTP to recognize the object uniquely. If you use Object
Ropository, first QTP retrieves all objects from it and
verify each property values of the object and it is time
taken process. If the number of objects in Object
Repository are huge, QTP takes so much time to recognize
the object you specified in the Script.
The following Properties can be used to recognize the
objects uniquely by QTP.
Object Name Properties to recognize the object
Browser Name
Page Title
WebEdit Name
WebEelemt InnerText/Html id
WebList Name
WebButton Name
Link Name
WebTable Html id/Name
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to connect to a database?
What is active screen?
What is QTP’s model for test creation?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
how to find that tools work well with your existing system?
How to find the difference between 2 dates in qtp?
How to creating an output value using quicktest professional?
what is the difference between data driver & data driven and driver script?
How to handle Java tree in QTP?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How does quicktest professional (qtp) identifies the object in the application?
Have you used xml check point in your project?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How qtp recognizes the object?