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 |
Which scripting language used by quicktest professional?
anyone can explian about types of "Triggere Events" in QTP
Is text area check point supports for web applications?
How to import excel sheet to QC?
What is recovery scenario in qtp?
How will you load few objects in Active Screen?
what are the environment variables,how do you use them. give an example.
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
Hi Friends,I hav Just finished QTP course.Can any body suggest me which is the best place to go and post resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r calls in these cities,the best one?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How many types of parameters are available in quicktest professional (qtp)?
what is throw object ?