whenever a scenario is recorded ever, it creates a object
repository automatically (‘per action’ /local ). we do not
need to make them individually…then why we need a shared
object repository. How it will be practically utilized ??
your input will be highly appreciated..
Answer Posted / siddu
Per-action repository is used for that particular action only
shared repository is used for any action in that test or any
test.
We have to save the scripts for regression purpose, so we
required the corresponding repository. so we have to save
the object repository (In 9.5 when we saved a object
repository then it automatically changes to shared object
repository)
we can use one object repository inspite of two or three
repositories for each test by merging (using merge tool
option )these shared object repository (to save the memory
space and for best performance of QTP)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define Error Pane of UFT?
What is throw object?
Dis advantages of XML checkpoint ?
how many maximum number of virtual users we can create?
Explain about the test fusion report of quicktest professional?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
How many types of object repository in qtp?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are the recording modes in qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Did QTP prove efficient for your project? Yes or No, explain?
How can I change object description or check point values in qtp?
How many types of recording modes in qtp?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?