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 |
QTP Testing Process?
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
what is automation(qtp)bug pls giv me one ex?
Explain Checking XML....
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
Explain about random testing of 500 test cases?
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
In qtp is it possible to check broken links of a page?
How to open any application during Scripting in QTP?
Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil