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?
Answers were Sorted based on User's Feedback
Answer / ycy
Better solutions is to use the descriptive programming when
the same objects are vailable in all pages.
If you record these object by using REpository it will
consume more space
Eg; ADD, cancel, submit button in all 15 to 20 pages
If u go by REpository- In every page parent of the these
objects different, it will added 15*3= 45 object value
stored.
If we create DP of these objects we can use repeatedly
In these way we can reduce the consumption of space in
Repository and it would increase the performance of tool
too.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vinay
you can use descriptive programming to identify other objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / naag
First of All Object Repository will not become full
U can use Automation object model Concept to Overcome this
problem.
First u Create Small Object Repository Files For Each
window or page.
Then U Load them in the script Whenever u need and
Remove them when they are not necessary.
U can Add and remove the repository files Using The
following scripts in ur test.
RepositoriesCollection.Add "Path of the Repository File"
RepositoriesCollection.Remove "Path of the Repository File"
By using Obove Scripts in ur test u can add and renmove
the Repository files whenever u want.
Thus the porformance of ur test run will be increased.
Thanks
Regards
Naag
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / arun
hi guys, first of all there is no specific size for object
repository.
if so problem occurs...
there is many ways to overcome this problem.
u can merge the object repositories.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naaz
Many times it is possible that QTP is not able to recognise
the existing object and so it will create duplicate local
object. So we have to add more properties into object so
that QTP can uniquely identify the object. You can attach
more then one shared OR with the action. We can add more
objects into OR whenever the new object is needed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
Can we do Load Testing with QTP?
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
What are some test assets and related extensions of qtp?
Hybrid framework supports Descriptive programming. Is it true?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
Did you face the problem, changing the properties of an object in Run Time?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?
what is diffrense between action and function
Analyzing the Checkpoint results ?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?