WHAT IS OBJECT REPROSITORY?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
what is the another name for blackbox testing?
What is User defined function in QTP
How many test scripts are prapare in ur project(HeathCare Insurance).
what is the difference between image and bitmap check point
How many number of actions possible in qtp?
What is keyword driven testing..what is the use of this in Automated testing
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...
what are the difference ways of parameterising?
When do go for loop condition in test?
How we can add actions in the test using QTP?