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
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What are the general steps involved in the data driven framework?
What is the difference between Keyword Driven test and Data Driven test?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Explain the differences between table and db checkpoints?
How can get count of list box?
What are the types of object repository in qtp?
What is a checkpoint? How many check points are there in qtp?
What are the benefits of qtp?
What is a Patch in QTP?
Explain the Different types of QTP test assets and their extensions?
How may types of defects identify application or your currently working application?pls give me answer..
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Explain types of output values?