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...


For what purpose to we use object repository in a
application?also explain usage of obj.repository?

Answers were Sorted based on User's Feedback



For what purpose to we use object repository in a application?also explain usage of obj.repository?..

Answer / babu

Hi,

Whenever the user records the script, the objects logical
names and its descriptions will be stored in object
repository. When the user runs the recorded script, tool
tries to find the same test object in Object repository to
execute. If the tool is unable to find the particular
object in object repository, it will fail.

Without using object repository also, user can write
scripts which will be called as Descriptive programming.

Is This Answer Correct ?    6 Yes 1 No

For what purpose to we use object repository in a application?also explain usage of obj.repository?..

Answer / ram

Object repositories are used to maintain the logical data of
n-number of objects.N-number in the sense not infinity.But
so far i heard that we can store 5000 objects in a single
object repository.

Based upon on the type of
recording(context-sensitive,analog,low level) the properties
of the object are recorded and stored in the Object repository.

When the script called for playback then according to the
script the object is identified in the object repository and
runs the script smoothly.If any object is missing in the
object repository then the script fails to playback.

Obj. repository are broadly classified into two types
1)per action obj.repository
2)Shared object repository

Is This Answer Correct ?    3 Yes 0 No

For what purpose to we use object repository in a application?also explain usage of obj.repository?..

Answer / radhika

Whenever the user records the script, the objects logical
names are stored in Object Repository,

When the script called for playback then according to the
script if object is identified in the object repository it
runs the script. If any object is missing in the
object repository then the script fails to playback.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

what the diffference between test data and test cases what is meant by object hierarchy in qtp

4 Answers   Virtusa,


how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons

2 Answers   Aspire,


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


How many types of recording modes in qtp? Which will be used when?

0 Answers  


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

0 Answers   Fiserv,


If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?

0 Answers  


why can't you use excel directly in qtp. why we want to import excel data into Datatable.

1 Answers   BoA,


difference between multiple parameterization and data driven wizard in QTP?

1 Answers  


what type of application we can select for automation testing and what is the entry criteria for automation

1 Answers  


Who uses qtp tool?

0 Answers  


Explain script generated after applying database check point?

2 Answers  


How to execute a WinRunner Script in QTP?

1 Answers   Crea,


Categories