ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
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?
 Question Submitted By :: Veda
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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
# 1
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 ?    1 Yes 1 No
Naaz
 
  Re: 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
# 2
hi Naaz answr is different than asked question. expecting 
that dis  advantage of shared objactory is the unsuffcient 
memory . Pls reply any solution for this question
 
Is This Answer Correct ?    0 Yes 0 No
Ravi
 
 
 
  Re: 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
# 3
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
Naaz
 
  Re: 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
# 4
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 ?    0 Yes 0 No
Arun
 
  Re: 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
# 5
you can use descriptive programming to identify other objects.
 
Is This Answer Correct ?    1 Yes 1 No
Vinay
 
  Re: 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
# 6
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 ?    1 Yes 0 No
Ycy
 
  Re: 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
# 7
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 ?    0 Yes 0 No
Naag
[IsoftSolution]
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.  1
how u track bugs using Test director in manual testing. Accenture2
What In-string function will do?  1
What are software testing metrics  3
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.  2
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically. CTS1
How can i use Output Check points in QTP  1
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?  1
What is output value? Ordain-Solutions3
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? HP16
in qtp how we work with out put values and what is the process?  4
what is memory leakage? ITC-Infotech10
what is the default ordinal identifier.what are the send keys in qTP.  1
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP? Infinite-Computer-Solutions2
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions  2
Differenece betwen Project and product ? when company need project or product? Accenture4
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"  2
How to get line numbers in your editor in expert view?  1
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks HP2
what are the limitations of automation testing? TCS1
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com