Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

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

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

Answer / vinay

you can use descriptive programming to identify other objects.

Is This Answer Correct ?    3 Yes 1 No

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

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

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

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

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

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

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

Answer / ravi

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

we r conduction testing on a project USING QTP, regarding that project the object repository is ful..

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

Post New Answer

More QTP Interview Questions

Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

0 Answers   Autodesk, EDS, Wipro,


what will be the stmt if record any edit box in the Web application ?

2 Answers   eSymbiosis,


how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables

6 Answers   iton, TATA,


any one can explain about QTP proocess,means where to start and how to start Scripting.

3 Answers  


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

0 Answers  


One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?

6 Answers   Covansys,


What is the use of sendkeys and what are send keys

0 Answers  


We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario

3 Answers   IBM,


Hi,i have 3 years of experience in manual and Automation qtp.present i am searching for job in automation qtp 2Yrs,How to Explain the interviwer Roles and Responsibilites.please help me.

1 Answers  


Differentiate the two Object Repository Types of QTP.

5 Answers  


Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above

2 Answers   Ordain Solutions,


hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?

0 Answers  


Categories