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 / 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 |
Post New Answer View All Answers
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How to open a new test using quicktest professional (qtp)?
What are advantages of test automation?
How to test fly out menu in qtp?
What are the disadvantages of recording test cases in qtp?
How may types of defects identify application or your currently working application?pls give me answer..
What is quick test pro? What is a quick test professional?
How will you handle java tree in qtp?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How many types of recording modes in the qtp?
What is qtp window?
how to test Web application using QTP software
Hi All, How to get repeated word in string . Thanks Balaji