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


WHAT IS OBJECT REPROSITORY?

Answers were Sorted based on User's Feedback



WHAT IS OBJECT REPROSITORY?..

Answer / ramarao

When ur record the script object repository caputers the
properties of the object and give a unnique logiacl name
and stored in to object repository ,these propertis are
find out by using mandatory properties (class,label)if it
is not unique that will go for assitive properties(x,y-
coordinates,height,width,enable,disable).if itis not unique
that will go for ordinal properties(location,index).
this is the OR.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS OBJECT REPROSITORY?..

Answer / suneelreddy

object repository is storage place where one can store the
object information it interface between test script and AUT
during exucution time it identify the object
thre 2 types
1.per action repository
2. shared repository

Is This Answer Correct ?    0 Yes 0 No

WHAT IS OBJECT REPROSITORY?..

Answer / asish kumar

Object repository is container,which stores the object
properties in a tree like strutcher.Through OR we can add
object properties,modify properties.
In QTP We have two types of OR.
i>Per action OS(Per single action),file Ext:-.mtr
ii>Shared OR(which can be shared),File Ext:-.tsr

Is This Answer Correct ?    0 Yes 0 No

WHAT IS OBJECT REPROSITORY?..

Answer / ram.polavarapu

object repositary can stores the object properties based on
that only tool can recignize the objects,we need to write
the script mannually we need to add the objects in to
object repositary,otherwise will go for recording the
repositaty can store the object properties automatically...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?

4 Answers  


1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?

5 Answers   STC,


Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please

0 Answers   IBM,


What is Cross browser testing? Does UFT support it?

0 Answers  


How to apporach while starting the automation testing?

3 Answers   Patni,


What test cases can you automate using QTP?

0 Answers  


hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects

2 Answers  


What are the limitations in using Virtual objects?

1 Answers   ITC Infotech,


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


How to capture data from images in QTP and produce them in Excel sheet ?

4 Answers   iFlex, QA InfoTech,


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


Categories