Hi cud you plz answer my question..
what is the size of Object Repository?
Answers were Sorted based on User's Feedback
Answer / srujan
thanq sahadev..
what will be default size(memory) of Object Repository and
upto what extend we increase the size?
cud u plz answer me clear..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mkjmkumar
It Depends Upon how much u are allocated by BDA for your
schema.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / uday kumar_anem
For QTP9, there are no known size limitations for the
Object Repository(OR) file(s).
For QTP8.2 and below, There is no defined limitation for
the OR size. Mercury Support recommends taking regular
backups of the OR file(s) and trying to limit the size to
around 1.5 MB.
As the OR size increases, the performance of your test
decreases.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is object repository in qtp?
what is key word driven frame work how to use keyword driven frame in QTP in a project
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to handle dynamic objects in QTP?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
what r the executing modes in QTP
What are some test assets and related extensions of qtp?
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
what are the qtp tester responsibilities?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?