we r conduction testing on a project USING QTP, regarding
that project the object repository is full ? Till that
project having objects that r not recognised by repository,
then what wil you do? How we wil recogine remailning objects?
Is it possible to maintain another shared(or)peraction
repository? what is the maximum capcity of object
repository? How the technical people decide this much object
repository is enoughf for this project?
Answer Posted / naaz
If you are using QuickTest Professional 9.0, the Object
Repository functionality was redesigned and there are no
known size limitations for the Object Repository file(s).
If you are using QuickTest Professional 8.2 and below,
there is no defined limitation for the Object Repository
size. Mercury Support recommends taking regular backups of
the Object Repository file(s) and trying to limit the size
to around 1.5 MB because there is a chance of corruption of
files if it exceed 1.5MB.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can i pass a "cript"as a parameter in to a function
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What are some test assets and related extensions of qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Mention what are the different types of recording modes in qtp? Which will be used when?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How will you compare keyword and expert view?
How many types of Automation frameworks are there in UFT? Describe them.
Explain about the test fusion report of quicktest professional?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what is the difference between IE & Netscape in web testing on a log in page
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What are the 3 main stages involved in testing with qtp?