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 |
How to replay a script in qtp?
In how may ways we can use checkpoints to an application using QTP?
How do you invoke an application using the step generator in qtp?
What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?
1 Answers Brain Roots, Ordain Solutions,
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
UFT 12.02 which ALM version will support
In qtp, explain what is qrs file?
What is exact difference between “while” and “do while” in QTP ?
How to check feasibility of the appliction?in automation testing?
can we take 'dim my pen is good' as a paramerter
what is difference between application testing and product testing?
What is the descriptive programming?