where the object repository is located?how to choose the
object repository as shared or action object repositories?
Answers were Sorted based on User's Feedback
Object Repositary is located at toolsmenu---->Object
Reportory, it is stord behalf the tool. object Repositaries
are two types
`1.Shared Object Reporsitary
2.Per-Action Object Repositary
Shared is used for store the object for entire Application,
maans. its create only one object Repositary for entire
application.
Per-Action is created individual Object Repositaries for
each action in Test.
if you want to change the object repositary (per-action to
shared or shared to peraction) at the time of creating new
Test only.
Navigation: Test menu--->Settings--->ResourceTab---> Object
Repositary(here we can change the per-action to shared
object repositary vice-varsa)
Note:
We can't change object Repositaries of exist tests from per-
action to shared Object Repositary vice-varsa
Note:
we can call the actions at that time calling and called
action having same object repositaries. otherwise it does
not support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar_anem
Where the OR is located is based on the type of the OR your
action is using.
If you are using per-action OR, then it wil b stored with
your action.
For ex: say if you are working on an action1 in your test1,
then the OR will be saved with test1\action1\resource.mtr
If it is shared OR, then whatever you selected the OR, is
the path of your shared OR.
you can choose the OR type by below navigation:
Test menu->Settings->ResourceTab-> Object Repositary
Note : You can choose shared OR only if the action/test
doest not contain any objects(in other cases shared OR
radio button is disabled)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subhan.qa
hi chitanya thnx for giving this answer but am asking in
real time where the object repositories are going to be
saved.for example if the action object repositories is saved
in some folder.when we are working with that action how to
access the object repository?and am asking same for shared
one also?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar v
per-action OR: If you are using per-action OR, then it wil
be stored with
your action where the test is saved
For ex: say if you are working on an action1 in your test1,
then the OR will be saved with test1\action1\resource.mtr
Shared OR : You need to click on Resource tab->Object
Resouce Manager->capture objects and click on Save in
perticular path ex d:\Sridhar\SOR.tsr
Now this SOR.tsr can be associated to any actions or tests.
Resource->Associate Object Reporsitory->Assocate to action1
| Is This Answer Correct ? | 0 Yes | 0 No |
write the vb script for call to new action in qtp?
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.
What are the types of object repository in qtp?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
how to parameterizing values from an excel sheet in Quick test professional?
does the vb script knowledge is mandatery in testing using QTP
Test cases for Traffic Signals
what is the difference between data driver & data driven and driver script?
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
Scripts for Ascending order in qtp.