Can u Reduce the size of Object repository? What are the
problems u have faced in Qtp tool?
Answers were Sorted based on User's Feedback
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 |
Answer / a
If you are asking about compress OR, I cannot tell right
now. But by using descriptive Programming, we can reduce
the size.
Come to second:
Even though we can write user defined Synchroniz functin
for web application, it may fail many times.
P.
Support BJP, Support RSS
Protect Hindu Culture
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain different checkpoints in qtp.
what is the diff between Procedure and function
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
what is the hierachy of Descreptive programming?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
How does quicktest professional identifies the object in the application?
What is the difference between property and method?
what is error and fault in terms of software quality?
What is contained in the object repository?
How does QTP identifes the object in the application?
Object Repositories types, which & when to use?